|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| TypeConverterLoader | |
| TypeConverterRegistry | |
| Class Summary | |
|---|---|
| AnnotationTypeConverterLoader | A class which will auto-discover converter objects and methods to pre-load the registry of converters on startup |
| ArrayTypeConverter | A type converter which is used to convert to and from array types particularly for derived types of array component types and dealing with primitive array types. |
| DefaultTypeConverter | |
| DefaultTypeConverter.TypeMapping | Represents a mapping from one type (which can be null) to another |
| InstanceMethodTypeConverter | A TypeConverter implementation which instantiates an object
so that an instance method can be used as a type converter |
| PropertyEditorTypeConverter | Uses the java.beans.PropertyEditor conversion system to convert Objects to and from String values. |
| StaticMethodTypeConverter | A TypeConverter implementation which invokes a static method to convert from a type to another type |
| ToStringTypeConverter | A simple converter that can convert any object to a String type by using the toString() method of the object. |
Default implementation classes the Type Conversion Strategies
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||