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