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