![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
JsonMessage (Tuple raw) throws MessageFormatException | |
JsonMessage (T payload) | |
T | getPayload () |
Static Public Attributes | |
static final String | FIELD_ID_JSON = "json" |
static final Fields | FORMAT = new Fields(FIELD_ID_JSON) |
Protected Member Functions | |
abstract T | unpackJson (String json) throws IOException |
Object | packField (String fieldId) throws JsonProcessingException |
Fields | getFormat () |
Definition at line 11 of file JsonMessage.java.
org.openkilda.wfm.protocol.JsonMessage< T >.JsonMessage | ( | Tuple | raw | ) | throws MessageFormatException |
Definition at line 18 of file JsonMessage.java.
org.openkilda.wfm.protocol.JsonMessage< T >.JsonMessage | ( | T | payload | ) |
Definition at line 29 of file JsonMessage.java.
|
protected |
Definition at line 48 of file JsonMessage.java.
T org.openkilda.wfm.protocol.JsonMessage< T >.getPayload | ( | ) |
Definition at line 35 of file JsonMessage.java.
|
protected |
Definition at line 40 of file JsonMessage.java.
|
abstractprotected |
|
static |
Definition at line 12 of file JsonMessage.java.
|
static |
Definition at line 14 of file JsonMessage.java.