public class WireContextXmlAdapter extends XmlAdapter<com.fasterxml.jackson.databind.JsonNode,WireContext[]>
| Constructor and Description |
|---|
WireContextXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
marshal(WireContext[] wireContexts) |
WireContext[] |
unmarshal(com.fasterxml.jackson.databind.JsonNode node) |
public WireContext[] unmarshal(com.fasterxml.jackson.databind.JsonNode node)
unmarshal in class XmlAdapter<com.fasterxml.jackson.databind.JsonNode,WireContext[]>public com.fasterxml.jackson.databind.JsonNode marshal(WireContext[] wireContexts) throws com.fasterxml.jackson.core.JsonProcessingException
marshal in class XmlAdapter<com.fasterxml.jackson.databind.JsonNode,WireContext[]>com.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2018. All rights reserved.