Class Adapter5

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,FetchType>
org.hibernate.boot.jaxb.mapping.spi.Adapter5

public class Adapter5 extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,FetchType>
  • Constructor Details

    • Adapter5

      public Adapter5()
  • Method Details

    • unmarshal

      public FetchType unmarshal(String value)
      Specified by:
      unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,FetchType>
    • marshal

      public String marshal(FetchType value)
      Specified by:
      marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,FetchType>