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