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) |
JsonObject |
encode(OperationRequest value) |
Class<OperationRequest> |
getTargetClass() |
public static final OperationRequestConverter INSTANCE
public JsonObject encode(OperationRequest value)
encode in interface JsonEncoder<OperationRequest,JsonObject>public OperationRequest decode(JsonObject value)
decode in interface JsonDecoder<OperationRequest,JsonObject>public Class<OperationRequest> getTargetClass()
getTargetClass in interface JsonDecoder<OperationRequest,JsonObject>getTargetClass in interface JsonEncoder<OperationRequest,JsonObject>Copyright © 2019 Eclipse. All rights reserved.