public class ZeroSerializer extends Object
| Constructor and Description |
|---|
ZeroSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Envelop |
collect(List<T> list)
Deprecated.
|
static Object |
getValue(Class<?> paramType,
String literal)
String -> T
|
static <T> boolean |
isDirect(T input) |
static <T> io.vertx.core.json.JsonArray |
toArray(List<T> list)
Deprecated.
|
static <T> io.vertx.core.json.JsonArray |
toArray(List<T> list,
Function<io.vertx.core.json.JsonObject,io.vertx.core.json.JsonObject> converted)
Deprecated.
|
static <T> io.vertx.core.json.JsonArray |
toArray(List<T> list,
String pojo)
Deprecated.
|
static <T> io.vertx.core.json.JsonObject |
toObject(T entity,
String pojo)
Deprecated.
|
static <T> Object |
toSupport(T input)
T -> JsonObject
|
static <T> Envelop |
unique(io.vertx.core.json.JsonArray data)
Deprecated.
|
static <T> Envelop |
unique(List<T> list)
Deprecated.
|
static <T> Envelop |
unique(T entity)
Deprecated.
|
public static Object getValue(Class<?> paramType, String literal)
paramType - argument typesliteral - literal valuespublic static <T> boolean isDirect(T input)
public static <T> Object toSupport(T input)
T - Generic Typesinput - Checked object@Deprecated public static <T> io.vertx.core.json.JsonArray toArray(List<T> list, Function<io.vertx.core.json.JsonObject,io.vertx.core.json.JsonObject> converted)
@Deprecated public static <T> io.vertx.core.json.JsonArray toArray(List<T> list)
@Deprecated public static <T> io.vertx.core.json.JsonArray toArray(List<T> list, String pojo)
@Deprecated public static <T> io.vertx.core.json.JsonObject toObject(T entity, String pojo)
@Deprecated public static <T> Envelop collect(List<T> list)
@Deprecated public static <T> Envelop unique(List<T> list)
@Deprecated public static <T> Envelop unique(io.vertx.core.json.JsonArray data)
@Deprecated public static <T> Envelop unique(T entity)
Copyright © 2018. All rights reserved.