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) |
unmarshalCopyright © 2017 Oracle Corporation. All rights reserved.