com.thoughtworks.xstream.mapper |
|
Java Source File Name | Type | Comment |
AbstractXmlFriendlyMapper.java | Class | Mapper that ensures that all names in the serialization stream are XML friendly. |
AnnotationConfiguration.java | Interface | An interface for the configuration part of the AnnotationMapper. |
AnnotationMapper.java | Class | A mapper that uses annotations to prepare the remaining mappers in the chain. |
ArrayMapper.java | Class | Mapper that detects arrays and changes the name so it can identified as an array
(for example Foo[] gets serialized as foo-array). |
AttributeAliasingMapper.java | Class | Mapper that allows aliasing of attribute names. |
AttributeMapper.java | Class | Mapper that allows the usage of attributes for fields and corresponding
types or specified arbitrary types. |
CachingMapper.java | Class | Mapper that caches which names map to which classes. |
CannotResolveClassException.java | Class | Exception thrown if a mapper cannot locate the appropriate class for an element. |
CGLIBMapper.java | Class | Mapper that detects proxies generated by the CGLIB enhancer. |
ClassAliasingMapper.java | Class | Mapper that allows a fully qualified class name to be replaced with a shorter alias. |
DefaultClassMapperTest.java | Class | |
DefaultImplementationsMapper.java | Class | Mapper that resolves default implementations of classes. |
DefaultMapper.java | Class | Default mapper implementation with 'vanilla' functionality. |
DynamicProxyMapper.java | Class | Mapper for handling special cases of aliasing dynamic proxies. |
EnumMapper.java | Class | Mapper that handles the special case of polymorphic enums in Java 1.5. |
FieldAliasingMapper.java | Class | Mapper that allows a field of a specific class to be replaced with a shorter alias, or omitted
entirely. |
FieldAliasingMapperTest.java | Class | |
ImmutableTypesMapper.java | Class | Mapper that specifies which types are basic immutable types. |
ImplicitCollectionMapper.java | Class | |
ImplicitCollectionMapperTest.java | Class | |
LocalConversionMapper.java | Class | A Mapper for locally defined converters for a member field. |
Mapper.java | Interface | |
MapperWrapper.java | Class | |
OuterClassMapper.java | Class | Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class. |
XmlFriendlyMapper.java | Class | Mapper that ensures that all names in the serialization stream are XML friendly. |
XmlFriendlyMapperTest.java | Class | |
XStream11XmlFriendlyMapper.java | Class | Mapper that ensures that all names in the serialization stream are read in an XML friendly way. |