Class Adapter1

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

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

    • Adapter1

      public Adapter1()
  • Method Details

    • unmarshal

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

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