| Interface | Description |
|---|---|
| ActivationContext | |
| CascadingTypeHandler |
TypeHandler for objects with members.
|
| InstantiatingTypeHandler | |
| QueryableTypeHandler | |
| ReferenceTypeHandler | |
| TypeFamilyTypeHandler | |
| TypeHandler4 |
handles reading, writing, deleting, defragmenting and
comparisons for types of objects.
Custom Typehandlers can be implemented to alter the default behaviour of storing all non-transient fields of an object. |
| TypeHandlerPredicate |
Predicate to be able to select if a specific TypeHandler is
applicable for a specific Type.
|
| ValueTypeHandler |
| Class | Description |
|---|---|
| CollectionTypeHandler |
TypeHandler for Collections.
|
| HashtableTypeHandler |
Typehandler for java.util.Hashtable
|
| IgnoreFieldsTypeHandler |
Typehandler that ignores all fields on a class
|
| MapTypeHandler |
Typehandler for classes that implement java.util.Map.
|
| SingleClassTypeHandlerPredicate |
allows installing a Typehandler for a single class.
|
| SingleNamedClassTypeHandlerPredicate |
allows installing a Typehandler for a single classname.
|
| VectorTypeHandler |
TypeHandler for java.util.Vector for JDKs without the
collection framework.
|