Package org.hibernate.boot.jaxb.hbm.spi
Class Adapter2
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,AccessType>
-
- org.hibernate.boot.jaxb.hbm.spi.Adapter2
-
public class Adapter2 extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,AccessType>
-
-
Constructor Summary
Constructors Constructor Description Adapter2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
marshal(AccessType value)
AccessType
unmarshal(java.lang.String value)
-
-
-
Method Detail
-
unmarshal
public AccessType unmarshal(java.lang.String value)
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,AccessType>
-
marshal
public java.lang.String marshal(AccessType value)
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,AccessType>
-
-