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