public class OperationRequestConverter extends Object implements JsonCodec<OperationRequest,JsonObject>
OperationRequest.
NOTE: This class has been automatically generated from the OperationRequest original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static OperationRequestConverter |
INSTANCE |
| Constructor and Description |
|---|
OperationRequestConverter() |
| Modifier and Type | Method and Description |
|---|---|
OperationRequest |
decode(JsonObject value)
Decode
<J> to <T>. |
JsonObject |
encode(OperationRequest value)
Encode
<T> to <J>. |
Class<OperationRequest> |
getTargetClass() |
public static final OperationRequestConverter INSTANCE
public JsonObject encode(OperationRequest value)
JsonEncoder<T> to <J>.
value will not be null and the implementation must not return null.encode in interface JsonEncoder<OperationRequest,JsonObject>value - the valuepublic OperationRequest decode(JsonObject value)
JsonDecoder<J> to <T>.
json will not be null and the implementation must not return null.decode in interface JsonDecoder<OperationRequest,JsonObject>value - the json valuepublic Class<OperationRequest> getTargetClass()
getTargetClass in interface JsonDecoder<OperationRequest,JsonObject>getTargetClass in interface JsonEncoder<OperationRequest,JsonObject><T>Copyright © 2019 Eclipse. All rights reserved.