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