public class MySQLConnectOptionsConverter extends Object implements JsonCodec<MySQLConnectOptions,JsonObject>
MySQLConnectOptions.
NOTE: This class has been automatically generated from the MySQLConnectOptions original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static MySQLConnectOptionsConverter |
INSTANCE |
| Constructor and Description |
|---|
MySQLConnectOptionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
MySQLConnectOptions |
decode(JsonObject value) |
JsonObject |
encode(MySQLConnectOptions value) |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
MySQLConnectOptions obj) |
Class<MySQLConnectOptions> |
getTargetClass() |
static void |
toJson(MySQLConnectOptions obj,
JsonObject json) |
static void |
toJson(MySQLConnectOptions obj,
Map<String,Object> json) |
public static final MySQLConnectOptionsConverter INSTANCE
public JsonObject encode(MySQLConnectOptions value)
encode in interface JsonEncoder<MySQLConnectOptions,JsonObject>public MySQLConnectOptions decode(JsonObject value)
decode in interface JsonDecoder<MySQLConnectOptions,JsonObject>public Class<MySQLConnectOptions> getTargetClass()
getTargetClass in interface JsonDecoder<MySQLConnectOptions,JsonObject>getTargetClass in interface JsonEncoder<MySQLConnectOptions,JsonObject>public static void fromJson(Iterable<Map.Entry<String,Object>> json, MySQLConnectOptions obj)
public static void toJson(MySQLConnectOptions obj, JsonObject json)
public static void toJson(MySQLConnectOptions obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.