Package org.hibernate.boot.jaxb.mapping
Class Adapter19
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,FlushMode>
org.hibernate.boot.jaxb.mapping.Adapter19
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Adapter19
public Adapter19()
-
-
Method Details
-
unmarshal
Description copied from class:XmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin classXmlAdapter<String,FlushMode> - 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,FlushMode> - Parameters:
value- The value to be converted. Can be null.
-