Class Adapter5

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

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

    • Adapter5

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