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