|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mapper | |
com.thoughtworks.xstream.alias | |
com.thoughtworks.xstream.mapper |
Uses of Mapper in com.thoughtworks.xstream.alias |
Subinterfaces of Mapper in com.thoughtworks.xstream.alias | |
interface |
ClassMapper
|
Uses of Mapper in com.thoughtworks.xstream.mapper |
Classes in com.thoughtworks.xstream.mapper that implement Mapper | |
class |
AliasingMapper
Mapper that allows a fully qualified class name to be replaced with a shorter alias. |
class |
ArrayMapper
Mapper that detects arrays and changes the name so it can identified as an array (for example Foo[] gets serialized as foo-array). |
class |
CachingMapper
Mapper that caches which names map to which classes. |
class |
DefaultImplementationsMapper
Mapper that resolves default implementations of classes. |
class |
DefaultMapper
Default mapper implementation with 'vanilla' functionality. |
class |
DynamicProxyMapper
Mapper for handling special cases of aliasing dynamic proxies. |
class |
ImmutableTypesMapper
Mapper that specifies which types are basic immutable types. |
class |
MapperWrapper
|
class |
OuterClassMapper
Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class. |
class |
XmlFriendlyMapper
Mapper that ensures that all names in the serialization stream are XML friendly. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |