See: Description

| Interface | Description |
|---|---|
| BuiltInConstructorFragment |
ConstructorFragments are 'code snippets' added to the constructor to initialize fields used by
BuiltInMethod |
| BuiltInFieldReference |
reference used by BuiltInMethod to create an additional field in the mapper.
|
| Class | Description |
|---|---|
| AbstractToXmlGregorianCalendar | |
| BuiltInMappingMethods |
Registry for all built-in methods.
|
| BuiltInMethod |
Represents a "built-in" mapping method which will be added as private method to the generated mapper.
|
| CalendarToXmlGregorianCalendar | |
| CalendarToZonedDateTime | |
| DateToXmlGregorianCalendar | |
| FinalField |
A mapper instance field, initialized as null
|
| JaxbElemToValue | |
| JodaDateTimeToXmlGregorianCalendar | |
| JodaLocalDateTimeToXmlGregorianCalendar | |
| JodaLocalDateToXmlGregorianCalendar | |
| JodaLocalTimeToXmlGregorianCalendar | |
| LocalDateToXmlGregorianCalendar | |
| NewDatatypeFactoryConstructorFragment | |
| StringToXmlGregorianCalendar | |
| XmlGregorianCalendarToCalendar | |
| XmlGregorianCalendarToDate | |
| XmlGregorianCalendarToJodaDateTime | |
| XmlGregorianCalendarToJodaLocalDate | |
| XmlGregorianCalendarToJodaLocalDateTime | |
| XmlGregorianCalendarToJodaLocalTime | |
| XmlGregorianCalendarToLocalDate | |
| XmlGregorianCalendarToString | |
| ZonedDateTimeToCalendar | |
| ZonedDateTimeToXmlGregorianCalendar |
Contains "built-in methods" which may be added as private methods to a generated mapper. Built-in methods are an alternative to primitive conversions in cases where those don't suffice, e.g. if several lines of code are required for a conversion or an exception needs to be handled. Each built-in method has a corresponding template which contains the source code of the method.
Copyright © 2012-2019 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.