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