Package org.hibernate.boot.jaxb.mapping
Class Adapter10
- java.lang.Object
-
- jakarta.xml.bind.annotation.adapters.XmlAdapter<String,GenerationType>
-
- org.hibernate.boot.jaxb.mapping.Adapter10
-
public class Adapter10 extends XmlAdapter<String,GenerationType>
-
-
Constructor Summary
Constructors Constructor Description Adapter10()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(GenerationType value)GenerationTypeunmarshal(String value)
-
-
-
Method Detail
-
unmarshal
public GenerationType unmarshal(String value)
- Specified by:
unmarshalin classXmlAdapter<String,GenerationType>
-
marshal
public String marshal(GenerationType value)
- Specified by:
marshalin classXmlAdapter<String,GenerationType>
-
-