public class PropertyDescriptionsAdapter extends XmlAdapter<PropertyDefinitions,Map<String,String>>
| Constructor and Description |
|---|
PropertyDescriptionsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinitions |
marshal(Map<String,String> value) |
Map<String,String> |
unmarshal(PropertyDefinitions value) |
public PropertyDescriptionsAdapter()
public Map<String,String> unmarshal(PropertyDefinitions value) throws Exception
unmarshal in class XmlAdapter<PropertyDefinitions,Map<String,String>>Exceptionpublic PropertyDefinitions marshal(Map<String,String> value) throws Exception
marshal in class XmlAdapter<PropertyDefinitions,Map<String,String>>ExceptionApache Camel