Class Rib

java.lang.Object
io.vertx.up.commune.envelop.Rib

public class Rib extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Rib()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> T
    deserialize(Object value, Class<?> clazz)
     
    static <T> T
    get(io.vertx.core.json.JsonObject data)
     
    static <T> T
    get(io.vertx.core.json.JsonObject data, Class<?> clazz)
     
    static <T> T
    get(io.vertx.core.json.JsonObject data, Class<?> clazz, Integer index)
     
    static io.vertx.core.json.JsonObject
    getBody(io.vertx.core.json.JsonObject data)
     
    static <T> io.vertx.core.json.JsonObject
    input(T data)
     
    static boolean
    isIndex(Integer argIndex)
     
    static io.vertx.core.buffer.Buffer
    outBuffer(io.vertx.core.json.JsonObject data, io.horizon.exception.WebException error)
     
    static io.vertx.core.json.JsonObject
    outJson(io.vertx.core.json.JsonObject data, io.horizon.exception.WebException error)
     
    static <T> void
    set(io.vertx.core.json.JsonObject data, String field, T value, Integer argIndex)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Rib

      public Rib()
  • Method Details

    • input

      public static <T> io.vertx.core.json.JsonObject input(T data)
    • deserialize

      public static <T> T deserialize(Object value, Class<?> clazz)
    • outJson

      public static io.vertx.core.json.JsonObject outJson(io.vertx.core.json.JsonObject data, io.horizon.exception.WebException error)
    • outBuffer

      public static io.vertx.core.buffer.Buffer outBuffer(io.vertx.core.json.JsonObject data, io.horizon.exception.WebException error)
    • getBody

      public static io.vertx.core.json.JsonObject getBody(io.vertx.core.json.JsonObject data)
    • get

      public static <T> T get(io.vertx.core.json.JsonObject data)
    • get

      public static <T> T get(io.vertx.core.json.JsonObject data, Class<?> clazz)
    • get

      public static <T> T get(io.vertx.core.json.JsonObject data, Class<?> clazz, Integer index)
    • set

      public static <T> void set(io.vertx.core.json.JsonObject data, String field, T value, Integer argIndex)
    • isIndex

      public static boolean isIndex(Integer argIndex)