Class Adapter1
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,AccessType>
-
- org.hibernate.boot.jaxb.mapping.spi.Adapter1
-
public class Adapter1 extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,AccessType>
-
-
Constructor Summary
Constructors Constructor Description Adapter1()
-
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>
-
-