public class DocumentTypeMapAdapter extends XmlAdapter<DocumentTypeMapAdapter.Element[],Map<DocumentType,Set<DocumentType>>>
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentTypeMapAdapter.Element |
| Constructor and Description |
|---|
DocumentTypeMapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeMapAdapter.Element[] |
marshal(Map<DocumentType,Set<DocumentType>> original) |
Map<DocumentType,Set<DocumentType>> |
unmarshal(DocumentTypeMapAdapter.Element[] adapted) |
public Map<DocumentType,Set<DocumentType>> unmarshal(DocumentTypeMapAdapter.Element[] adapted) throws Exception
unmarshal in class XmlAdapter<DocumentTypeMapAdapter.Element[],Map<DocumentType,Set<DocumentType>>>Exceptionpublic DocumentTypeMapAdapter.Element[] marshal(Map<DocumentType,Set<DocumentType>> original) throws Exception
marshal in class XmlAdapter<DocumentTypeMapAdapter.Element[],Map<DocumentType,Set<DocumentType>>>ExceptionCopyright © 2013–2021. All rights reserved.