public class JaxbMapAdapter extends XmlAdapter<JaxbStringObjectPair[],Map<String,? extends Object>>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
JaxbMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
JaxbStringObjectPair[] |
marshal(Map<String,? extends Object> map) |
Map<String,Object> |
unmarshal(JaxbStringObjectPair[] value) |
public JaxbStringObjectPair[] marshal(Map<String,? extends Object> map) throws Exception
marshal in class XmlAdapter<JaxbStringObjectPair[],Map<String,? extends Object>>Exceptionpublic Map<String,Object> unmarshal(JaxbStringObjectPair[] value) throws Exception
unmarshal in class XmlAdapter<JaxbStringObjectPair[],Map<String,? extends Object>>ExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.