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