com.thoughtworks.xstream.converters.basic
Class DoubleConverter

java.lang.Object
  |
  +--com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
        |
        +--com.thoughtworks.xstream.converters.basic.DoubleConverter
All Implemented Interfaces:
Converter

public class DoubleConverter
extends AbstractBasicConverter


Constructor Summary
DoubleConverter()
           
 
Method Summary
 boolean canConvert(java.lang.Class type)
           
protected  java.lang.Object fromString(java.lang.String str)
           
 
Methods inherited from class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
fromXML, toString, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleConverter

public DoubleConverter()
Method Detail

canConvert

public boolean canConvert(java.lang.Class type)
Specified by:
canConvert in interface Converter
Specified by:
canConvert in class AbstractBasicConverter

fromString

protected java.lang.Object fromString(java.lang.String str)
Specified by:
fromString in class AbstractBasicConverter


Copyright © 2003 ThoughtWorks, Inc. All Rights Reserved.