| AbstractAttributedCharacterIteratorAttributeConverter |
An abstract converter implementation for constants of
AttributedCharacterIterator.Attribute and derived types.
|
| AbstractAttributedCharacterIteratorAttributeConverter.Reflections |
|
| AbstractReflectionConverter |
|
| AbstractReflectionConverter.ArraysList |
|
| AbstractReflectionConverter.FieldInfo |
|
| AbstractReflectionConverter.FieldLocation |
|
| CGLIBEnhancedConverter |
Converts a proxy created by the CGLIB Enhancer.
|
| CGLIBEnhancedConverter.CGLIBFilteringReflectionProvider |
|
| CGLIBEnhancedConverter.ReverseEngineeredCallbackFilter |
|
| CGLIBEnhancedConverter.ReverseEngineeringInvocationHandler |
|
| ExternalizableConverter |
Converts any object that implements the java.io.Externalizable interface, allowing compatibility with native Java
serialization.
|
| FieldDictionary |
A field dictionary instance caches information about classes fields.
|
| FieldDictionary.DictionaryEntry |
|
| FieldKey |
A field key.
|
| FieldUtil14 |
|
| FieldUtil15 |
|
| ImmutableFieldKeySorter |
Does not change the order of the fields.
|
| LambdaConverter |
Converts a lambda type.
|
| NativeFieldKeySorter |
Sort the fields in their natural order.
|
| PureJavaReflectionProvider |
Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that
can be constructed are limited.
|
| PureJavaReflectionProvider.Reflections |
|
| ReflectionConverter |
|
| ReflectionProviderWrapper |
A wrapper implementation for the ReflectionProvider.
|
| SelfStreamingInstanceChecker |
Deprecated.
|
| SerializableConverter |
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND
implement or inherit a custom readObject()/writeObject() method.
|
| SerializableConverter.UnserializableParentsReflectionProvider |
|
| SerializationMethodInvoker |
Deprecated.
|
| SortableFieldKeySorter |
The default implementation for sorting fields.
|
| Sun14ReflectionProvider |
Deprecated.
|
| SunLimitedUnsafeReflectionProvider |
Instantiates a new object bypassing the constructor using undocumented internal JDK features.
|
| SunUnsafeReflectionProvider |
Instantiates a new object bypassing the constructor using undocumented internal JDK features.
|
| XStream12FieldKeySorter |
Sort the fields in the order of XStream 1.2.x.
|