Package com.thoughtworks.xstream.mapper
package com.thoughtworks.xstream.mapper
-
ClassDescriptionAbstract base class for AttributeAliassingMapper and its system version.Deprecated.Deprecated.As of 1.4.5, minimal JDK version will be 1.7 for next major releaseA mapper that uses annotations to prepare the remaining mappers in the chain.Mapper that detects arrays and changes the name so it can identified as an array (for example Foo[] gets serialized as foo-array).Mapper that allows aliasing of attribute names.Mapper that allows the usage of attributes for fields and corresponding types or specified arbitrary types.Mapper that caches which names map to which classes.Exception thrown if a mapper cannot locate the appropriate class for an element.Mapper that detects proxies generated by the CGLIB enhancer.Mapper that allows a fully qualified class name to be replaced with an alias.Mapper that resolves default implementations of classes.Default mapper implementation with 'vanilla' functionality.Mapper for handling special cases of aliasing dynamic proxies.Place holder type used for dynamic proxies.Mapper that allows an field of a specific class to be omitted entirely.Mapper that handles the special case of polymorphic enums in Java 1.5.Mapper that allows a field of a specific class to be replaced with a shorter alias.Mapper that specifies which types are basic immutable types.Mapper to map serializable lambda types to the name of their functional interface and non-serializable ones to Mapper.Null.A Mapper for locally defined converters for a member field.Place holder type used for null values.Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.Mapper that allows a package name to be replaced with an alias.A Mapper implementation injecting a security layer based on permission rules for any type required in the unmarshalling process.Mapper that allows aliasing of system attribute names.Deprecated.As of 1.3 use
XmlFriendlyReader
Deprecated.As of 1.4 useXmlFriendlyReader
XmlFriendlyReader