Uses of Class
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
Packages that use AbstractReflectionConverter
Package
Description
Extra converters that may not be enabled in XStream by default.
-
Uses of AbstractReflectionConverter in com.thoughtworks.xstream.annotations
Subclasses of AbstractReflectionConverter in com.thoughtworks.xstream.annotations -
Uses of AbstractReflectionConverter in com.thoughtworks.xstream.converters.extended
Subclasses of AbstractReflectionConverter in com.thoughtworks.xstream.converters.extendedModifier and TypeClassDescriptionclass
A converter for Swing LookAndFeel implementations. -
Uses of AbstractReflectionConverter in com.thoughtworks.xstream.converters.reflection
Modifier and TypeClassDescriptionclass
Converts a proxy created by the CGLIBEnhancer
.class
Converts a lambda type.class
class
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement or inherit a custom readObject()/writeObject() method.
ReflectionConverter