Package org.hibernate.boot.jaxb.mapping
Class Adapter18
- java.lang.Object
-
- jakarta.xml.bind.annotation.adapters.XmlAdapter<String,OnDeleteAction>
-
- org.hibernate.boot.jaxb.mapping.Adapter18
-
public class Adapter18 extends XmlAdapter<String,OnDeleteAction>
-
-
Constructor Summary
Constructors Constructor Description Adapter18()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(OnDeleteAction value)OnDeleteActionunmarshal(String value)
-
-
-
Method Detail
-
unmarshal
public OnDeleteAction unmarshal(String value)
- Specified by:
unmarshalin classXmlAdapter<String,OnDeleteAction>
-
marshal
public String marshal(OnDeleteAction value)
- Specified by:
marshalin classXmlAdapter<String,OnDeleteAction>
-
-