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