Class JsonObjectSider

java.lang.Object
io.vertx.tp.modular.jooq.convert.JsonObjectSider
All Implemented Interfaces:
Serializable, org.jooq.Converter<String,io.vertx.core.json.JsonObject>

public class JsonObjectSider extends Object implements org.jooq.Converter<String,io.vertx.core.json.JsonObject>
Author:
Lang
See Also:
  • Constructor Details

    • JsonObjectSider

      public JsonObjectSider()
  • Method Details

    • from

      public io.vertx.core.json.JsonObject from(String s)
      Specified by:
      from in interface org.jooq.Converter<String,io.vertx.core.json.JsonObject>
    • to

      public String to(io.vertx.core.json.JsonObject objects)
      Specified by:
      to in interface org.jooq.Converter<String,io.vertx.core.json.JsonObject>
    • fromType

      public Class<String> fromType()
      Specified by:
      fromType in interface org.jooq.Converter<String,io.vertx.core.json.JsonObject>
    • toType

      public Class<io.vertx.core.json.JsonObject> toType()
      Specified by:
      toType in interface org.jooq.Converter<String,io.vertx.core.json.JsonObject>