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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal(RepresentationMode value) Convert a bound type to a value type.Convert a value type to a bound type.
-
Constructor Details
-
Adapter4
public Adapter4()
-
-
Method Details
-
unmarshal
Description copied from class:XmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin classXmlAdapter<String,RepresentationMode> - Parameters:
value- The value to be converted. Can be null.
-
marshal
Description copied from class:XmlAdapterConvert a bound type to a value type.- Specified by:
marshalin classXmlAdapter<String,RepresentationMode> - Parameters:
value- The value to be converted. Can be null.
-