public class ConsumerGroupDescriptionConverter extends Object
ConsumerGroupDescription
.
NOTE: This class has been automatically generated from the ConsumerGroupDescription
original class using Vert.x codegen.Constructor and Description |
---|
ConsumerGroupDescriptionConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
ConsumerGroupDescription obj) |
static void |
toJson(ConsumerGroupDescription obj,
JsonObject json) |
static void |
toJson(ConsumerGroupDescription obj,
Map<String,Object> json) |
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 © 2023 Eclipse. All rights reserved.