public class JsonObjectSider extends Object implements org.jooq.Converter<String,io.vertx.core.json.JsonObject>
| Constructor and Description |
|---|
JsonObjectSider() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
from(String s) |
Class<String> |
fromType() |
String |
to(io.vertx.core.json.JsonObject objects) |
Class<io.vertx.core.json.JsonObject> |
toType() |
public io.vertx.core.json.JsonObject from(String s)
from in interface org.jooq.Converter<String,io.vertx.core.json.JsonObject>public String to(io.vertx.core.json.JsonObject objects)
to in interface org.jooq.Converter<String,io.vertx.core.json.JsonObject>public Class<String> fromType()
fromType in interface org.jooq.Converter<String,io.vertx.core.json.JsonObject>Copyright © 2020. All rights reserved.