Uses of Interface
com.thoughtworks.xstream.core.Caching
-
Packages that use Caching 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.javabean com.thoughtworks.xstream.converters.reflection com.thoughtworks.xstream.core com.thoughtworks.xstream.core.util com.thoughtworks.xstream.mapper -
-
Uses of Caching in com.thoughtworks.xstream.annotations
Classes in com.thoughtworks.xstream.annotations that implement Caching Modifier and Type Class Description classAnnotationReflectionConverterDeprecated.As of 1.3, build intoReflectionConverter -
Uses of Caching in com.thoughtworks.xstream.converters.extended
Classes in com.thoughtworks.xstream.converters.extended that implement Caching Modifier and Type Class Description classLookAndFeelConverterA converter for Swing LookAndFeel implementations. -
Uses of Caching in com.thoughtworks.xstream.converters.javabean
Classes in com.thoughtworks.xstream.converters.javabean that implement Caching Modifier and Type Class Description classPropertyDictionaryBuilds the properties maps for each bean and caches them. -
Uses of Caching in com.thoughtworks.xstream.converters.reflection
Classes in com.thoughtworks.xstream.converters.reflection that implement Caching Modifier and Type Class Description classAbstractReflectionConverterclassCGLIBEnhancedConverterConverts a proxy created by the CGLIBEnhancer.classFieldDictionaryA field dictionary instance caches information about classes fields.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.classSerializationMethodInvokerDeprecated.As of 1.4.8, moved into internal util package.classSortableFieldKeySorterThe default implementation for sorting fields. -
Uses of Caching in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement Caching Modifier and Type Class Description classDefaultConverterLookupThe default implementation of converters lookup.classJVM -
Uses of Caching in com.thoughtworks.xstream.core.util
Classes in com.thoughtworks.xstream.core.util that implement Caching Modifier and Type Class Description classSerializationMembersConvenience wrapper to invoke special serialization methods on objects (and perform reflection caching). -
Uses of Caching in com.thoughtworks.xstream.mapper
Classes in com.thoughtworks.xstream.mapper that implement Caching Modifier and Type Class Description classCachingMapperMapper that caches which names map to which classes.classEnumMapperMapper that handles the special case of polymorphic enums in Java 1.5.classOuterClassMapperMapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.
-