Package org.apache.openejb.jee.jpa.unit
Class PropertiesAdapter
- java.lang.Object
-
- jakarta.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>
-
- org.apache.openejb.jee.jpa.unit.PropertiesAdapter
-
public class PropertiesAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>
- Version:
- $Rev$ $Date$
-
-
Constructor Summary
Constructors Constructor Description PropertiesAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propertiesmarshal(Properties v)Propertiesunmarshal(Properties v)
-
-
-
Method Detail
-
marshal
public Properties marshal(Properties v) throws Exception
- Specified by:
marshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>- Throws:
Exception
-
unmarshal
public Properties unmarshal(Properties v) throws Exception
- Specified by:
unmarshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<Properties,Properties>- Throws:
Exception
-
-