See: Description
| Class | Description |
|---|---|
| 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 | |
| JaxbElemToValue | |
| StringToXmlGregorianCalendar | |
| XmlGregorianCalendarToCalendar | |
| XmlGregorianCalendarToDate | |
| XmlGregorianCalendarToString | |
| ZonedDateTimeToCalendar |
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-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.