| 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 |
This class represents a simple key-value entry in a map.
|
| KeyValueMapAdapter.KeyValueAdaptedMap |
This class represents a key value map.
|
| MapAdapterTest | |
| 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 |
This class represents a multivalued map.
|
| MultiValuedObjectMapAdapter.MultiValuedAdaptedEntry |
This class represents a simple key-value entry in a multivalued map.
|
| MultiValuedObjectMapAdapter.MultiValuedParentAdaptedEntry |
This class represents a parent entry in a multivalued map.
|
| 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.