Package com.github.dozermapper.core.converters
Convertor extensions based on
Converter-
Class Summary 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 toInstanttype.IntegerConverter Internal class for converting Supported Data Types to Integer.JAXBElementConverter LocalDateTimeConverter Internal converter toLocalDateTimetype.LongConverter Internal class for converting Supported Data Types to Long.OffsetDateTimeConverter Internal class for converting supported types toOffsetDateTime.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 toZonedDateTime. -
Exception Summary Exception Description ConversionException Only intended for internal use.