All Classes and Interfaces

Classes
Class
Description
 
 
 
This simpler version of DurationXmlAdapter simply uses Duration.toString() https://bugs.openjdk.java.net/browse/JDK-8042456
EnumAdapter<T extends Enum<T>>
This is a nice idea.
 
Like InstantXmlAdapter, but never omit millis.
JDK-8042456 Use like so
As LocalDateXmlAdapter, only unparsable values will be unmarshalled to null
https://bugs.openjdk.java.net/browse/JDK-8042456
Adaption for xml:lang.
Deprecated. 
A wrapper around XMLStreamWriter, which uses AutoCloseable to automatically close the needed elements.
 
Serializes boolean as 0 or 1.
Deprecated.
https://bugs.openjdk.java.net/browse/JDK-8042456
Formatter a LocalDate as a 'zoned date', using XmlUtils.DEFAULT_ZONE This makes xml bindings independent of system locale.