Class ReadOnlyAdapter<OnTheWire,​InMemory>


  • public abstract class ReadOnlyAdapter<OnTheWire,​InMemory>
    extends javax.xml.bind.annotation.adapters.XmlAdapter<OnTheWire,​InMemory>
    XmlAdapter used inside XJC is almost always unmarshal-only.
    Author:
    Kohsuke Kawaguchi
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadOnlyAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OnTheWire marshal​(InMemory onTheWire)  
      • Methods inherited from class javax.xml.bind.annotation.adapters.XmlAdapter

        unmarshal
      • Methods inherited from class java.lang.Object

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

      • ReadOnlyAdapter

        public ReadOnlyAdapter()