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