public final class ForwardingObjectiveCodec
extends org.onosproject.codec.JsonCodec<org.onosproject.net.flowobjective.ForwardingObjective>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REST_APP_ID |
| Constructor and Description |
|---|
ForwardingObjectiveCodec() |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.flowobjective.ForwardingObjective |
decode(com.fasterxml.jackson.databind.node.ObjectNode json,
org.onosproject.codec.CodecContext context) |
com.fasterxml.jackson.databind.node.ObjectNode |
encode(org.onosproject.net.flowobjective.ForwardingObjective forwardingObjective,
org.onosproject.codec.CodecContext context) |
public static final java.lang.String REST_APP_ID
public com.fasterxml.jackson.databind.node.ObjectNode encode(org.onosproject.net.flowobjective.ForwardingObjective forwardingObjective,
org.onosproject.codec.CodecContext context)
encode in class org.onosproject.codec.JsonCodec<org.onosproject.net.flowobjective.ForwardingObjective>public org.onosproject.net.flowobjective.ForwardingObjective decode(com.fasterxml.jackson.databind.node.ObjectNode json,
org.onosproject.codec.CodecContext context)
decode in class org.onosproject.codec.JsonCodec<org.onosproject.net.flowobjective.ForwardingObjective>