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