public class OperationResponseConverter extends Object implements JsonCodec<OperationResponse,JsonObject>
OperationResponse.
NOTE: This class has been automatically generated from the OperationResponse original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static OperationResponseConverter |
INSTANCE |
| Constructor and Description |
|---|
OperationResponseConverter() |
| Modifier and Type | Method and Description |
|---|---|
OperationResponse |
decode(JsonObject value) |
JsonObject |
encode(OperationResponse value) |
Class<OperationResponse> |
getTargetClass() |
public static final OperationResponseConverter INSTANCE
public JsonObject encode(OperationResponse value)
encode in interface JsonEncoder<OperationResponse,JsonObject>public OperationResponse decode(JsonObject value)
decode in interface JsonDecoder<OperationResponse,JsonObject>public Class<OperationResponse> getTargetClass()
getTargetClass in interface JsonDecoder<OperationResponse,JsonObject>getTargetClass in interface JsonEncoder<OperationResponse,JsonObject>Copyright © 2019 Eclipse. All rights reserved.