类 Adapter2
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,AccessType>
-
- org.hibernate.boot.jaxb.hbm.spi.Adapter2
-
public class Adapter2 extends javax.xml.bind.annotation.adapters.XmlAdapter<String,AccessType>
-
-
方法详细资料
-
unmarshal
public AccessType unmarshal(String value)
- 指定者:
unmarshal在类中javax.xml.bind.annotation.adapters.XmlAdapter<String,AccessType>
-
marshal
public String marshal(AccessType value)
- 指定者:
marshal在类中javax.xml.bind.annotation.adapters.XmlAdapter<String,AccessType>
-
-