public class JaxbMapAdapter extends XmlAdapter<JaxbMapAdapter.JaxbMap,Map<String,String>>
Modifier and Type | Class and Description |
---|---|
static class |
JaxbMapAdapter.JaxbMap |
static class |
JaxbMapAdapter.JaxbMapEntry |
Constructor and Description |
---|
JaxbMapAdapter() |
Modifier and Type | Method and Description |
---|---|
JaxbMapAdapter.JaxbMap |
marshal(Map<String,String> v) |
Map<String,String> |
unmarshal(JaxbMapAdapter.JaxbMap v) |
public JaxbMapAdapter.JaxbMap marshal(Map<String,String> v) throws Exception
marshal
in class XmlAdapter<JaxbMapAdapter.JaxbMap,Map<String,String>>
Exception
public Map<String,String> unmarshal(JaxbMapAdapter.JaxbMap v) throws Exception
unmarshal
in class XmlAdapter<JaxbMapAdapter.JaxbMap,Map<String,String>>
Exception
Copyright © 2021. All rights reserved.