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>>
Exception
public Map<String,Object> unmarshal(JaxbStringObjectPair[] value) throws Exception
unmarshal
in class XmlAdapter<JaxbStringObjectPair[],Map<String,? extends Object>>
Exception
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.