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