Class Adapter1


  • public class Adapter1
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​CacheMode>
    • Constructor Summary

      Constructors 
      Constructor Description
      Adapter1()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String marshal​(CacheMode value)  
      CacheMode unmarshal​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Adapter1

        public Adapter1()
    • Method Detail

      • unmarshal

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

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