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