Package com.thoughtworks.xstream.converters.reflection
package com.thoughtworks.xstream.converters.reflection
-
ClassDescriptionAn abstract converter implementation for constants of
AttributedCharacterIterator.Attribute
and derived types.Converts a proxy created by the CGLIBEnhancer
.Converts any object that implements the java.io.Externalizable interface, allowing compatibility with native Java serialization.A field dictionary instance caches information about classes fields.A field key.An interface capable of sorting fields.Does not change the order of the fields.Converts a lambda type.Indicates a missing field or property creating an object.Sort the fields in their natural order.Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that can be constructed are limited.Provides core reflection services.A visitor interface for serializable fields defined in a class.A wrapper implementation for the ReflectionProvider.Deprecated.Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement or inherit a custom readObject()/writeObject() method.Deprecated.As of 1.4.8, moved into internal util package.The default implementation for sorting fields.Deprecated.As of 1.4.7 useSunUnsafeReflectionProvider
Instantiates a new object bypassing the constructor using undocumented internal JDK features.Instantiates a new object bypassing the constructor using undocumented internal JDK features.Sort the fields in the order of XStream 1.2.x.
SelfStreamingInstanceChecker