| Class | Description |
|---|---|
| KeyValueMapAdapter |
This Adapter is used to convert
Map<String, String> into XML/JSON objects, and vice-versa,
where the entries are represented as
Key/Value pairs, as opposed to an array representation. |
| KeyValueMapAdapter.KeyValueAdaptedEntry | |
| KeyValueMapAdapter.KeyValueAdaptedMap | |
| MultiValuedObjectMapAdapter |
This Adapter is used to convert multivalued maps
Map<String, Map<String, String>> into XML/JSON objects, and
vice-versa,
where the entries are represented as
Key/Value pairs, as opposed to an array representation. |
| MultiValuedObjectMapAdapter.KeyValueListAdaptedMap | |
| MultiValuedObjectMapAdapter.MultiValuedAdaptedEntry | |
| MultiValuedObjectMapAdapter.MultiValuedParentAdaptedEntry | |
| TimeZoneDateAdapter |
DateAdapter is used by JAXB to convert Dates to String and vice versa using the UTC Time Zone.
|
Copyright © 2018 SAP SE. All Rights Reserved.