public class ZeroSerializer extends Object
| Constructor and Description |
|---|
ZeroSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getValue(Class<?> paramType,
String literal)
String -> T
|
static <T> boolean |
isDirect(T input) |
static <T> Object |
toSupport(T input)
T -> JsonObject
|
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 objectCopyright © 2019. All rights reserved.