Package io.vertx.up.commune.envelop
Class Rib
- java.lang.Object
-
- io.vertx.up.commune.envelop.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 voidcriteria(io.vertx.core.json.JsonObject reference, io.vertx.core.json.JsonObject criteria, boolean clear)static <T> Tdeserialize(Object value, Class<?> clazz)static <T> Tget(io.vertx.core.json.JsonObject data)static <T> Tget(io.vertx.core.json.JsonObject data, Class<?> clazz)static <T> Tget(io.vertx.core.json.JsonObject data, Class<?> clazz, Integer index)static io.vertx.core.json.JsonObjectgetBody(io.vertx.core.json.JsonObject data)static <T> io.vertx.core.json.JsonObjectinput(T data)static booleanisIndex(Integer argIndex)static io.vertx.up.exception.WebExceptionnormalize(io.vertx.up.exception.WebException error)static io.vertx.core.buffer.BufferoutBuffer(io.vertx.core.json.JsonObject data, io.vertx.up.exception.WebException error)static io.vertx.core.json.JsonObjectoutJson(io.vertx.core.json.JsonObject data, io.vertx.up.exception.WebException error)static voidprojection(io.vertx.core.json.JsonObject reference, io.vertx.core.json.JsonArray projection, boolean clear)static <T> voidset(io.vertx.core.json.JsonObject data, String field, T value, Integer argIndex)
-
-
-
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)
-
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)
-
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)
-
-