public final class JsonUtil extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
read(com.fasterxml.jackson.databind.JsonNode json,
Class<T> type) |
static <T> T |
read(String json,
Class<T> type) |
static com.fasterxml.jackson.databind.JsonNode |
readTree(String json) |
static String |
toPrettyPrint(Object obj) |
static String |
toPrettyPrint(String json) |
Copyright © 2016–2022. All rights reserved.