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