Uses of Class
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
-
Packages that use AbstractReflectionConverter Package Description com.thoughtworks.xstream.annotations com.thoughtworks.xstream.converters.extended Extra converters that may not be enabled in XStream by default.com.thoughtworks.xstream.converters.reflection -
-
Uses of AbstractReflectionConverter in com.thoughtworks.xstream.annotations
Subclasses of AbstractReflectionConverter in com.thoughtworks.xstream.annotations Modifier and Type Class Description classAnnotationReflectionConverterDeprecated.As of 1.3, build intoReflectionConverter -
Uses of AbstractReflectionConverter in com.thoughtworks.xstream.converters.extended
Subclasses of AbstractReflectionConverter in com.thoughtworks.xstream.converters.extended Modifier and Type Class Description classLookAndFeelConverterA converter for Swing LookAndFeel implementations. -
Uses of AbstractReflectionConverter in com.thoughtworks.xstream.converters.reflection
Subclasses of AbstractReflectionConverter in com.thoughtworks.xstream.converters.reflection Modifier and Type Class Description classCGLIBEnhancedConverterConverts a proxy created by the CGLIBEnhancer.classLambdaConverterConverts a lambda type.classReflectionConverterclassSerializableConverterEmulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement or inherit a custom readObject()/writeObject() method.
-