public class JAXBCaseInsensitiveMapAdaptor<T> extends XmlAdapter<JAXBMapElements<T>,CaseInsensitiveMap<T>>
| Constructor and Description |
|---|
JAXBCaseInsensitiveMapAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
JAXBMapElements<T> |
marshal(CaseInsensitiveMap<T> map) |
CaseInsensitiveMap<T> |
unmarshal(JAXBMapElements<T> input) |
public JAXBMapElements<T> marshal(CaseInsensitiveMap<T> map) throws Exception
marshal in class XmlAdapter<JAXBMapElements<T>,CaseInsensitiveMap<T>>Exceptionpublic CaseInsensitiveMap<T> unmarshal(JAXBMapElements<T> input) throws Exception
unmarshal in class XmlAdapter<JAXBMapElements<T>,CaseInsensitiveMap<T>>ExceptionCopyright © 2016. All rights reserved.