public class XmlAdapterProperties extends XmlAdapter<PropertyList,Properties>
XmlAdapter
for mapping Properties
. It uses a PropertyList
as
JAXB mappable object.Constructor and Description |
---|
XmlAdapterProperties()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
PropertyList |
marshal(Properties properties) |
Properties |
unmarshal(PropertyList propertyList) |
public PropertyList marshal(Properties properties) throws Exception
marshal
in class XmlAdapter<PropertyList,Properties>
Exception
public Properties unmarshal(PropertyList propertyList) throws Exception
unmarshal
in class XmlAdapter<PropertyList,Properties>
Exception
Copyright © 2001–2016 mmm-Team. All rights reserved.