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) |
JsonObject |
encode(AmqpSenderOptions value) |
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)
encode in interface JsonEncoder<AmqpSenderOptions,JsonObject>public AmqpSenderOptions decode(JsonObject value)
decode in interface JsonDecoder<AmqpSenderOptions,JsonObject>public Class<AmqpSenderOptions> getTargetClass()
getTargetClass in interface JsonDecoder<AmqpSenderOptions,JsonObject>getTargetClass in interface JsonEncoder<AmqpSenderOptions,JsonObject>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.