public class JDBCAuthOptionsConverter extends Object implements JsonDecoder<JDBCAuthOptions,JsonObject>
JDBCAuthOptions.
NOTE: This class has been automatically generated from the JDBCAuthOptions original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static JDBCAuthOptionsConverter |
INSTANCE |
| Constructor and Description |
|---|
JDBCAuthOptionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
JDBCAuthOptions |
decode(JsonObject value)
Decode
<J> to <T>. |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
JDBCAuthOptions obj) |
Class<JDBCAuthOptions> |
getTargetClass() |
static void |
toJson(JDBCAuthOptions obj,
JsonObject json) |
static void |
toJson(JDBCAuthOptions obj,
Map<String,Object> json) |
public static final JDBCAuthOptionsConverter INSTANCE
public JDBCAuthOptions decode(JsonObject value)
JsonDecoder<J> to <T>.
json will not be null and the implementation must not return null.decode in interface JsonDecoder<JDBCAuthOptions,JsonObject>value - the json valuepublic Class<JDBCAuthOptions> getTargetClass()
getTargetClass in interface JsonDecoder<JDBCAuthOptions,JsonObject><T>public static void fromJson(Iterable<Map.Entry<String,Object>> json, JDBCAuthOptions obj)
public static void toJson(JDBCAuthOptions obj, JsonObject json)
public static void toJson(JDBCAuthOptions obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.