Class Adapter23

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

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

    • Adapter23

      public Adapter23()
  • Method Details

    • unmarshal

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

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