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