Class Adapter15

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

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

    • Adapter15

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