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