Uses of Class
com.thoughtworks.xstream.mapper.MapperWrapper
Packages that use MapperWrapper
Package
Description
Extra converters that may not be enabled in XStream by default.
-
Uses of MapperWrapper in com.thoughtworks.xstream
Methods in com.thoughtworks.xstream that return MapperWrapperMethods in com.thoughtworks.xstream with parameters of type MapperWrapper -
Uses of MapperWrapper in com.thoughtworks.xstream.converters.extended
Subclasses of MapperWrapper in com.thoughtworks.xstream.converters.extended -
Uses of MapperWrapper in com.thoughtworks.xstream.mapper
Subclasses of MapperWrapper in com.thoughtworks.xstream.mapperModifier and TypeClassDescriptionclassAbstract base class for AttributeAliassingMapper and its system version.classDeprecated.classA mapper that uses annotations to prepare the remaining mappers in the chain.classMapper that detects arrays and changes the name so it can identified as an array (for example Foo[] gets serialized as foo-array).classMapper that allows aliasing of attribute names.classMapper that allows the usage of attributes for fields and corresponding types or specified arbitrary types.classMapper that caches which names map to which classes.classMapper that detects proxies generated by the CGLIB enhancer.classMapper that allows a fully qualified class name to be replaced with an alias.classMapper that resolves default implementations of classes.classMapper for handling special cases of aliasing dynamic proxies.classMapper that allows an field of a specific class to be omitted entirely.classMapper that handles the special case of polymorphic enums in Java 1.5.classMapper that allows a field of a specific class to be replaced with a shorter alias.classMapper that specifies which types are basic immutable types.classclassMapper to map serializable lambda types to the name of their functional interface and non-serializable ones to Mapper.Null.classA Mapper for locally defined converters for a member field.classMapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.classMapper that allows a package name to be replaced with an alias.classA Mapper implementation injecting a security layer based on permission rules for any type required in the unmarshalling process.classMapper that allows aliasing of system attribute names.classDeprecated.As of 1.3 useXmlFriendlyReaderclassDeprecated.As of 1.4 useXmlFriendlyReader
XmlFriendlyReader