public abstract class ReadOnlyAdapter<OnTheWire,InMemory> extends XmlAdapter<OnTheWire,InMemory>
XmlAdapter
used inside XJC is almost always unmarshal-only.Constructor | Description |
---|---|
ReadOnlyAdapter() |
Modifier and Type | Method | Description |
---|---|---|
OnTheWire |
marshal(InMemory onTheWire) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
unmarshal
Copyright © 2018 Oracle Corporation. All rights reserved.