public class JaxbMapKeyValAdapter extends XmlAdapter<JaxbMapKeyVal[],Map<String,String>>
Constructor and Description |
---|
JaxbMapKeyValAdapter() |
Modifier and Type | Method and Description |
---|---|
JaxbMapKeyVal[] |
marshal(Map<String,String> m) |
Map<String,String> |
unmarshal(JaxbMapKeyVal[] jm) |
public JaxbMapKeyVal[] marshal(Map<String,String> m) throws Exception
marshal
in class XmlAdapter<JaxbMapKeyVal[],Map<String,String>>
Exception
public Map<String,String> unmarshal(JaxbMapKeyVal[] jm) throws Exception
unmarshal
in class XmlAdapter<JaxbMapKeyVal[],Map<String,String>>
Exception
Copyright © 2022 Apache Software Foundation. All rights reserved.