| Class | Description |
|---|---|
| ByteConverter |
Internal class for converting Supported Data Types --> Byte.
|
| CalendarConverter |
Internal class for converting Supported Data Types --> Calendar.
|
| CustomConverterContainer |
Internal class for holding custom converter definitions.
|
| CustomConverterDescription |
Internal class that contains the custom converter definition information.
|
| DateConverter |
Internal convertor for handling Date/Time conversions.
|
| DateFormatContainer |
Internal class used as a container to determine the date format to use for a particular field mapping.
|
| EnumConverter |
Internal class for converting Supported Data Types --> Enum.
|
| IntegerConverter |
Internal class for converting Supported Data Types --> Integer.
|
| LongConverter |
Internal class for converting Supported Data Types --> Long.
|
| PrimitiveOrWrapperConverter |
Internal class for converting between wrapper types(including primitives).
|
| ShortConverter |
Internal class for converting Supported Data Types --> Short.
|
| StringConstructorConverter |
Internal class for converting String --> Complex Data Types with a String constructor.
|
| StringConverter |
Internal class for converting Supported Data Types --> String.
|
| XMLGregorianCalendarConverter |
Internal class for converting Supported Data Types --> XMLGregorianCalendar.
|
| Exception | Description |
|---|---|
| ConversionException |
Only intended for internal use.
|
Copyright © 2005-2014 dozer. All Rights Reserved.