Class PropertiesAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<PropertiesAdapter.PropertiesAdapted,Map<String,Object>>
-
- org.apache.aries.jax.rs.rest.management.schema.PropertiesAdapter
-
public class PropertiesAdapter extends XmlAdapter<PropertiesAdapter.PropertiesAdapted,Map<String,Object>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertiesAdapter.PropertiesAdaptedstatic classPropertiesAdapter.Property
-
Constructor Summary
Constructors Constructor Description PropertiesAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesAdapter.PropertiesAdaptedmarshal(Map<String,Object> map)Map<String,Object>unmarshal(PropertiesAdapter.PropertiesAdapted adapter)
-
-
-
Method Detail
-
marshal
public PropertiesAdapter.PropertiesAdapted marshal(Map<String,Object> map) throws Exception
- Specified by:
marshalin classXmlAdapter<PropertiesAdapter.PropertiesAdapted,Map<String,Object>>- Throws:
Exception
-
unmarshal
public Map<String,Object> unmarshal(PropertiesAdapter.PropertiesAdapted adapter) throws Exception
- Specified by:
unmarshalin classXmlAdapter<PropertiesAdapter.PropertiesAdapted,Map<String,Object>>- Throws:
Exception
-
-