Uses of Interface
com.thoughtworks.xstream.core.Caching

Packages that use Caching
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.mapper   
 

Uses of Caching in com.thoughtworks.xstream.annotations
 

Classes in com.thoughtworks.xstream.annotations that implement Caching
 class AnnotationReflectionConverter
          Deprecated. As of 1.3, build into ReflectionConverter
 

Uses of Caching in com.thoughtworks.xstream.converters.extended
 

Classes in com.thoughtworks.xstream.converters.extended that implement Caching
 class LookAndFeelConverter
          A converter for Swing LookAndFeel implementations.
 

Uses of Caching in com.thoughtworks.xstream.converters.javabean
 

Classes in com.thoughtworks.xstream.converters.javabean that implement Caching
 class PropertyDictionary
          Builds 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
 class AbstractReflectionConverter
           
 class CGLIBEnhancedConverter
          Converts a proxy created by the CGLIB Enhancer.
 class FieldDictionary
          A field dictionary instance caches information about classes fields.
 class ReflectionConverter
           
 class SerializableConverter
          Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement or inherit a custom readObject()/writeObject() method.
 class SerializationMethodInvoker
          Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching).
 class SortableFieldKeySorter
          The default implementation for sorting fields.
 

Uses of Caching in com.thoughtworks.xstream.core
 

Classes in com.thoughtworks.xstream.core that implement Caching
 class DefaultConverterLookup
          The default implementation of converters lookup.
 class JVM
           
 

Uses of Caching in com.thoughtworks.xstream.mapper
 

Classes in com.thoughtworks.xstream.mapper that implement Caching
 class CachingMapper
          Mapper that caches which names map to which classes.
 class EnumMapper
          Mapper that handles the special case of polymorphic enums in Java 1.5.
 



Copyright © 2004-2014 XStream. All Rights Reserved.