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