public abstract class AttributedPolymorphicXmlAdapter<T> extends XmlAdapter<com.fasterxml.jackson.databind.node.ObjectNode,T>
| Constructor and Description |
|---|
AttributedPolymorphicXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPolymorphicAttributeName() |
com.fasterxml.jackson.databind.node.ObjectNode |
marshal(T value) |
T |
unmarshal(com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
public String getPolymorphicAttributeName()
public T unmarshal(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
unmarshal in class XmlAdapter<com.fasterxml.jackson.databind.node.ObjectNode,T>public com.fasterxml.jackson.databind.node.ObjectNode marshal(T value) throws com.fasterxml.jackson.core.JsonProcessingException
marshal in class XmlAdapter<com.fasterxml.jackson.databind.node.ObjectNode,T>com.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2017. All rights reserved.