public class Rib extends Object
| Constructor and Description |
|---|
Rib() |
| Modifier and Type | Method and 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) |
public static <T> io.vertx.core.json.JsonObject input(T data)
public static io.vertx.up.exception.WebException normalize(io.vertx.up.exception.WebException error)
public static io.vertx.core.json.JsonObject outJson(io.vertx.core.json.JsonObject data,
io.vertx.up.exception.WebException error)
public static io.vertx.core.buffer.Buffer outBuffer(io.vertx.core.json.JsonObject data,
io.vertx.up.exception.WebException error)
public static io.vertx.core.json.JsonObject getBody(io.vertx.core.json.JsonObject data)
public static <T> T get(io.vertx.core.json.JsonObject data)
public static <T> T get(io.vertx.core.json.JsonObject data,
Class<?> clazz)
public static <T> void set(io.vertx.core.json.JsonObject data,
String field,
T value,
Integer argIndex)
public static boolean isIndex(Integer argIndex)
public static void projection(io.vertx.core.json.JsonObject reference,
io.vertx.core.json.JsonArray projection,
boolean clear)
public static void criteria(io.vertx.core.json.JsonObject reference,
io.vertx.core.json.JsonObject criteria,
boolean clear)
Copyright © 2021. All rights reserved.