class |
AbstractAttributeAliasingMapper |
Abstract base class for AttributeAliassingMapper and its system version.
|
class |
AbstractXmlFriendlyMapper |
Deprecated.
|
class |
AnnotationMapper |
A mapper that uses annotations to prepare the remaining mappers in the chain.
|
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 |
AttributeAliasingMapper |
Mapper that allows aliasing of attribute names.
|
class |
AttributeMapper |
Mapper that allows the usage of attributes for fields and corresponding
types or specified arbitrary types.
|
class |
CachingMapper |
Mapper that caches which names map to which classes.
|
class |
CGLIBMapper |
Mapper that detects proxies generated by the CGLIB enhancer.
|
class |
ClassAliasingMapper |
Mapper that allows a fully qualified class name to be replaced with an alias.
|
class |
DefaultImplementationsMapper |
Mapper that resolves default implementations of classes.
|
class |
DynamicProxyMapper |
Mapper for handling special cases of aliasing dynamic proxies.
|
class |
ElementIgnoringMapper |
Mapper that allows an field of a specific class to be omitted entirely.
|
class |
EnumMapper |
Mapper that handles the special case of polymorphic enums in Java 1.5.
|
class |
FieldAliasingMapper |
Mapper that allows a field of a specific class to be replaced with a shorter alias.
|
class |
ImmutableTypesMapper |
Mapper that specifies which types are basic immutable types.
|
class |
ImplicitCollectionMapper |
|
class |
LambdaMapper |
Mapper to map serializable lambda types to the name of their functional interface and non-serializable ones to
Mapper.Null.
|
class |
LocalConversionMapper |
A Mapper for locally defined converters for a member field.
|
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 |
PackageAliasingMapper |
Mapper that allows a package name to be replaced with an alias.
|
class |
SecurityMapper |
A Mapper implementation injecting a security layer based on permission rules for any type required in the
unmarshalling process.
|
class |
SystemAttributeAliasingMapper |
Mapper that allows aliasing of system attribute names.
|
class |
XmlFriendlyMapper |
Deprecated.
|
class |
XStream11XmlFriendlyMapper |
Deprecated.
|