ConverterSee: Description
| Class | Description |
|---|---|
| AbstractJava8DateTimeConverter |
Base converter to Java 8 date and time types.
|
| ByteConverter |
Internal class for converting Supported Data Types to Byte.
|
| CalendarConverter |
Internal class for converting Supported Data Types to Calendar.
|
| CustomConverterContainer |
Internal class for holding custom converter definitions.
|
| CustomConverterDescription |
Internal class that contains the custom converter definition information.
|
| DateConverter |
Internal convector 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 to Enum.
|
| InstantConverter |
Internal converter to
Instant type. |
| IntegerConverter |
Internal class for converting Supported Data Types to Integer.
|
| JAXBElementConverter | |
| LocalDateTimeConverter |
Internal converter to
LocalDateTime type. |
| LongConverter |
Internal class for converting Supported Data Types to Long.
|
| OffsetDateTimeConverter |
Internal class for converting supported types to
OffsetDateTime. |
| PrimitiveOrWrapperConverter |
Internal class for converting between wrapper types(including primitives).
|
| ShortConverter |
Internal class for converting Supported Data Types to Short.
|
| StringConstructorConverter |
Internal class for converting String to Complex Data Types with a String constructor.
|
| StringConverter |
Internal class for converting Supported Data Types to String.
|
| XMLGregorianCalendarConverter |
Internal class for converting Supported Data Types to XMLGregorianCalendar.
|
| ZonedDateTimeConverter |
Internal class for converting supported types to
ZonedDateTime. |
| Exception | Description |
|---|---|
| ConversionException |
Only intended for internal use.
|
ConverterCopyright © 2005–2021 dozer. All rights reserved.