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