Class 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:
    Serialized Form
    • Constructor Detail

      • JsonObjectSider

        public JsonObjectSider()
    • Method Detail

      • 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>