| ArrayIterator |
|
| Base64Encoder |
Encodes binary data to plain text as Base64.
|
| Base64JavaUtilCodec |
Base64 codec implementation based on java.util.Base64.
|
| Base64JAXBCodec |
Base64 codec implementation based on JAXB.
|
| ClassLoaderReference |
Deprecated.
|
| ClassLoaderReference.Replacement |
|
| Cloneables |
Utility functions for Cloneable objects.
|
| CompositeClassLoader |
ClassLoader that is composed of other classloaders.
|
| CustomObjectInputStream |
|
| CustomObjectOutputStream |
|
| DependencyInjectionFactory |
A dependency injection factory.
|
| DependencyInjectionFactory.TypedValue |
|
| FastStack |
An array-based stack implementation.
|
| Fields |
Slightly nicer way to find, get and set fields in classes.
|
| HierarchicalStreams |
|
| ISO8601JavaTimeConverter |
A converter for GregorianCalendar conforming to the ISO8601 standard based on java.time.
|
| ISO8601JodaTimeConverter |
A converter for GregorianCalendar conforming to the ISO8601 standard based on Joda-Time.
|
| MemberDictionary |
A dictionary for member information of types.
|
| MemberStore |
A store for member information of types.
|
| ObjectIdDictionary |
Store IDs against given object references.
|
| ObjectIdDictionary.IdWrapper |
|
| OrderRetainingMap |
Deprecated.
|
| OrderRetainingMap.ArraySet |
|
| Pool |
A simple pool implementation.
|
| PresortedMap |
|
| PresortedMap.ArraySet |
|
| PresortedMap.ArraySetComparator |
|
| PresortedSet |
|
| Primitives |
Utility class for primitives.
|
| PrioritizedList |
List that allows items to be added with a priority that will affect the order in which they are later iterated over.
|
| PrioritizedList.PrioritizedItem |
|
| PrioritizedList.PrioritizedItemIterator |
|
| QuickWriter |
|
| SelfStreamingInstanceChecker |
A special converter that prevents self-serialization.
|
| SerializationMembers |
Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching).
|
| SerializationMembers.NO_METHOD_MARKER |
|
| ThreadSafePropertyEditor |
Wrapper around PropertyEditor that can be called by multiple threads concurrently.
|
| ThreadSafeSimpleDateFormat |
Wrapper around java.text.SimpleDateFormat that can
be called by multiple threads concurrently.
|
| TypedNull |
A placeholder for a null value of a specific type.
|
| Types |
Helper methods for class types.
|
| WeakCache |
A HashMap implementation with weak references values and by default for the key.
|
| XmlHeaderAwareReader |
A Reader that evaluates the XML header.
|