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)
Decode
<J> to <T>. |
JsonObject |
encode(OperationResponse value)
Encode
<T> to <J>. |
Class<OperationResponse> |
getTargetClass() |
public static final OperationResponseConverter INSTANCE
public JsonObject encode(OperationResponse value)
JsonEncoder<T> to <J>.
value will not be null and the implementation must not return null.encode in interface JsonEncoder<OperationResponse,JsonObject>value - the valuepublic OperationResponse decode(JsonObject value)
JsonDecoder<J> to <T>.
json will not be null and the implementation must not return null.decode in interface JsonDecoder<OperationResponse,JsonObject>value - the json valuepublic Class<OperationResponse> getTargetClass()
getTargetClass in interface JsonDecoder<OperationResponse,JsonObject>getTargetClass in interface JsonEncoder<OperationResponse,JsonObject><T>Copyright © 2019 Eclipse. All rights reserved.