public abstract class ReadOnlyAdapter<OnTheWire,InMemory> extends XmlAdapter<OnTheWire,InMemory>
XmlAdapter
used inside XJC is almost always unmarshal-only.Constructor and Description |
---|
ReadOnlyAdapter() |
Modifier and Type | Method and Description |
---|---|
OnTheWire |
marshal(InMemory onTheWire) |
unmarshal
Copyright © 2019 Oracle Corporation. All rights reserved.