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