public abstract class AJson extends Object implements Serializable
| Constructor and Description |
|---|
AJson() |
| Modifier and Type | Method and Description |
|---|---|
static AJson |
deserialize(Class theClass,
String json) |
static List |
deserializeList(Class theClass,
String json) |
static Map |
deserializeMap(String json) |
void |
omit(String omit) |
static com.fasterxml.jackson.databind.JsonNode |
toJsonNode(String jsonString) |
String |
toPrettyString() |
String |
toString() |
static String |
toString(Object object) |
public static com.fasterxml.jackson.databind.JsonNode toJsonNode(String jsonString) throws Exception
jsonString - Exceptionpublic void omit(String omit)
omit - public String toPrettyString()
public static AJson deserialize(Class theClass, String json) throws Exception
theClass - json - Exceptionpublic static List deserializeList(Class theClass, String json) throws Exception
theClass - json - ExceptionCopyright © 2019. All rights reserved.