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