| Interface | Description |
|---|---|
| SimpleXmlAdapter.Marshal<BoundType,ValueType> | |
| SimpleXmlAdapter.Unmarshal<ValueType,BoundType> |
| Class | Description |
|---|---|
| SimpleXmlAdapter<ValueType,BoundType> |
Provides a way create
XmlAdapter subclasses with a bit less boilerplate code,
using Java 8 lambas instead of implementing the XmlAdapter.marshal(Object) and
XmlAdapterSimpleXmlAdapter.unmarshal(Object) methods. |
Copyright © 2018 Digipost. All rights reserved.