public class JdbcConfigurationCodec
extends java.lang.Object
| Constructor and Description |
|---|
JdbcConfigurationCodec() |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConfiguration |
decode(io.vertx.core.json.JsonObject o) |
static JdbcConfiguration |
decode(java.lang.String url,
io.vertx.core.json.JsonObject o) |
static io.vertx.core.json.JsonObject |
encode(JdbcConfiguration c) |
public static io.vertx.core.json.JsonObject encode(JdbcConfiguration c)
public static JdbcConfiguration decode(io.vertx.core.json.JsonObject o)
public static JdbcConfiguration decode(java.lang.String url, io.vertx.core.json.JsonObject o)