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