public final class MappingEntryCodec extends org.onosproject.codec.JsonCodec<MappingEntry>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEVICE_ID |
protected static String |
ID |
protected static String |
KEY |
protected static String |
STATE |
protected static String |
VALUE |
| Constructor and Description |
|---|
MappingEntryCodec() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
encode(MappingEntry mappingEntry,
org.onosproject.codec.CodecContext context) |
protected static final String KEY
protected static final String VALUE
protected static final String ID
protected static final String DEVICE_ID
protected static final String STATE
public com.fasterxml.jackson.databind.node.ObjectNode encode(MappingEntry mappingEntry, org.onosproject.codec.CodecContext context)
encode in class org.onosproject.codec.JsonCodec<MappingEntry>