Class Rib


  • public class Rib
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Rib()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void criteria​(io.vertx.core.json.JsonObject reference, io.vertx.core.json.JsonObject criteria, boolean clear)  
      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.up.exception.WebException normalize​(io.vertx.up.exception.WebException error)  
      static io.vertx.core.buffer.Buffer outBuffer​(io.vertx.core.json.JsonObject data, io.vertx.up.exception.WebException error)  
      static io.vertx.core.json.JsonObject outJson​(io.vertx.core.json.JsonObject data, io.vertx.up.exception.WebException error)  
      static void projection​(io.vertx.core.json.JsonObject reference, io.vertx.core.json.JsonArray projection, boolean clear)  
      static <T> void set​(io.vertx.core.json.JsonObject data, String field, T value, Integer argIndex)  
    • Constructor Detail

      • Rib

        public Rib()
    • Method Detail

      • input

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

        public static io.vertx.up.exception.WebException normalize​(io.vertx.up.exception.WebException error)
      • 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.vertx.up.exception.WebException error)
      • outBuffer

        public static io.vertx.core.buffer.Buffer outBuffer​(io.vertx.core.json.JsonObject data,
                                                            io.vertx.up.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)
      • projection

        public static void projection​(io.vertx.core.json.JsonObject reference,
                                      io.vertx.core.json.JsonArray projection,
                                      boolean clear)
      • criteria

        public static void criteria​(io.vertx.core.json.JsonObject reference,
                                    io.vertx.core.json.JsonObject criteria,
                                    boolean clear)