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