\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.configuration.MapAdapter Class Reference

Detailed Description

XML adapter used to unmarshal XML elements to a Map.

Note that this only implements the XmlAdapter#unmarshal(Object), not the XmlAdapter#marshal(Object) as this is only ever used to unmarshal.

Inheritance diagram for fiftyone.pipeline.core.configuration.MapAdapter:

[legend]

Collaboration diagram for fiftyone.pipeline.core.configuration.MapAdapter:

[legend]

Public Member Functions

Map< String, Object >  unmarshal (Object v) throws Exception
Node  marshal (Map< String, Object > v) throws Exception