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