|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Converter in com.thoughtworks.xstream |
Methods in com.thoughtworks.xstream with parameters of type Converter | |
void |
XStream.registerConverter(Converter converter)
|
Uses of Converter in com.thoughtworks.xstream.converters |
Methods in com.thoughtworks.xstream.converters that return Converter | |
Converter |
ConverterLookup.lookupConverterForType(java.lang.Class type)
|
Uses of Converter in com.thoughtworks.xstream.converters.basic |
Classes in com.thoughtworks.xstream.converters.basic that implement Converter | |
class |
AbstractBasicConverter
|
class |
BooleanConverter
|
class |
ByteConverter
|
class |
CharConverter
|
class |
DateConverter
|
class |
DoubleConverter
|
class |
FloatConverter
|
class |
IntConverter
|
class |
LongConverter
|
class |
NullConverter
|
class |
ShortConverter
|
class |
StringBufferConverter
|
class |
StringConverter
|
class |
URLConverter
|
Uses of Converter in com.thoughtworks.xstream.converters.collections |
Classes in com.thoughtworks.xstream.converters.collections that implement Converter | |
class |
AbstractCollectionConverter
|
class |
ArrayConverter
|
class |
BitSetConverter
|
class |
CharArrayConverter
|
class |
CollectionConverter
|
class |
MapConverter
|
class |
PropertiesConverter
|
Uses of Converter in com.thoughtworks.xstream.converters.extended |
Classes in com.thoughtworks.xstream.converters.extended that implement Converter | |
class |
ColorConverter
|
class |
DynamicProxyConverter
|
class |
EncodedByteArrayConverter
Converts a byte array to a single encoding string (such as base64). |
class |
FileConverter
This converter will take care of storing and retrieving File with either an absolute path OR a relative path depending on how they were created. |
class |
JavaClassConverter
|
class |
JavaMethodConverter
|
class |
SqlTimestampConverter
|
Uses of Converter in com.thoughtworks.xstream.converters.reflection |
Classes in com.thoughtworks.xstream.converters.reflection that implement Converter | |
class |
ReflectionConverter
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |