Class | Description |
---|---|
JAXBCoder<T> |
A coder for JAXB annotated objects.
|
XmlIO |
Transforms for reading and writing XML files using JAXB mappers.
|
XmlIO.Read<T> |
Implementation of
XmlIO.read() . |
XmlIO.ReadFiles<T> |
Implementation of
XmlIO.readFiles() . |
XmlIO.Sink<T> |
Implementation of
XmlIO.sink(java.lang.Class<T>) . |
XmlIO.Write<T> |
Implementation of
XmlIO.write() . |
XmlSource<T> |
Implementation of
XmlIO.read() . |
Enum | Description |
---|---|
XmlIO.Read.CompressionType | Deprecated
Use
Compression instead. |