Class WireContextXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<com.fasterxml.jackson.databind.JsonNode,WireContext[]>
-
- org.smallmind.phalanx.wire.signal.WireContextXmlAdapter
-
public class WireContextXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<com.fasterxml.jackson.databind.JsonNode,WireContext[]>
-
-
Constructor Summary
Constructors Constructor Description WireContextXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodemarshal(WireContext[] wireContexts)WireContext[]unmarshal(com.fasterxml.jackson.databind.JsonNode node)
-
-
-
Method Detail
-
unmarshal
public WireContext[] unmarshal(com.fasterxml.jackson.databind.JsonNode node)
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<com.fasterxml.jackson.databind.JsonNode,WireContext[]>
-
marshal
public com.fasterxml.jackson.databind.JsonNode marshal(WireContext[] wireContexts) throws com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<com.fasterxml.jackson.databind.JsonNode,WireContext[]>- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-