类 Adapter1


  • public class Adapter1
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​CacheMode>
    • 构造器详细资料

      • Adapter1

        public Adapter1()
    • 方法详细资料

      • unmarshal

        public CacheMode unmarshal​(String value)
        指定者:
        unmarshal 在类中 javax.xml.bind.annotation.adapters.XmlAdapter<String,​CacheMode>
      • marshal

        public String marshal​(CacheMode value)
        指定者:
        marshal 在类中 javax.xml.bind.annotation.adapters.XmlAdapter<String,​CacheMode>