| Package | Description |
|---|---|
| javax.xml.bind | |
| javax.xml.bind.annotation.adapters | |
| javax.xml.bind.helpers |
| Modifier and Type | Method and Description |
|---|---|
<A extends XmlAdapter> |
Unmarshaller.getAdapter(Class<A> type) |
<A extends XmlAdapter> |
Marshaller.getAdapter(Class<A> type) |
<A extends XmlAdapter> |
Unmarshaller.setAdapter(Class<A> type,
A adapter) |
<A extends XmlAdapter> |
Marshaller.setAdapter(Class<A> type,
A adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
Unmarshaller.setAdapter(XmlAdapter adapter) |
void |
Marshaller.setAdapter(XmlAdapter adapter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollapsedStringAdapter |
class |
HexBinaryAdapter |
class |
NormalizedStringAdapter |
| Modifier and Type | Method and Description |
|---|---|
<A extends XmlAdapter> |
AbstractUnmarshallerImpl.getAdapter(Class<A> type) |
<A extends XmlAdapter> |
AbstractMarshallerImpl.getAdapter(Class<A> type) |
<A extends XmlAdapter> |
AbstractUnmarshallerImpl.setAdapter(Class<A> type,
A adapter) |
<A extends XmlAdapter> |
AbstractMarshallerImpl.setAdapter(Class<A> type,
A adapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUnmarshallerImpl.setAdapter(XmlAdapter adapter) |
void |
AbstractMarshallerImpl.setAdapter(XmlAdapter adapter) |
Copyright © 2013. All Rights Reserved.