public static class JAXBUtils.JAXBMapAdapter<K,V,W> extends javax.xml.bind.annotation.adapters.XmlAdapter<JAXBUtils.JAXBMapAdapter.InternalMapType<K,W>,java.util.Map<K,V>>
XmlAdapter javadoc example.| Modifier and Type | Class and Description |
|---|---|
static class |
JAXBUtils.JAXBMapAdapter.InternalMapEntryType<K,V> |
static class |
JAXBUtils.JAXBMapAdapter.InternalMapType<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.bind.annotation.adapters.XmlAdapter<W,V> |
valueAdapter |
| Constructor and Description |
|---|
JAXBUtils.JAXBMapAdapter() |
public java.util.Map<K,V> unmarshal(JAXBUtils.JAXBMapAdapter.InternalMapType<K,W> value) throws java.lang.Exception
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JAXBUtils.JAXBMapAdapter.InternalMapType<K,W>,java.util.Map<K,V>>java.lang.Exceptionpublic JAXBUtils.JAXBMapAdapter.InternalMapType<K,W> marshal(java.util.Map<K,V> value) throws java.lang.Exception
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JAXBUtils.JAXBMapAdapter.InternalMapType<K,W>,java.util.Map<K,V>>java.lang.ExceptionCopyright © 2011 OW2 Consortium. All Rights Reserved.