| Package | Description |
|---|---|
| no.digipost.jaxb |
| Constructor and Description |
|---|
SimpleXmlAdapter(SimpleXmlAdapter.Unmarshal<ValueType,BoundType> unmarshal)
Create an adapter which only supports unmarshalling, i.e.
|
SimpleXmlAdapter(SimpleXmlAdapter.Unmarshal<ValueType,BoundType> unmarshal,
SimpleXmlAdapter.Marshal<BoundType,ValueType> marshal)
Create an adapter for converting between a
ValueType natively supported by JAXB
and a custom BoundType. |
Copyright © 2019 Digipost. All rights reserved.