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