Class Adapter2

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

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

    • Adapter2

      public Adapter2()
  • 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>