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