public class JacksonUtil extends Object
Constructor and Description |
---|
JacksonUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
clone(T value) |
static <T> T |
fromString(String string,
Class<T> clazz) |
static <T> T |
fromString(String string,
Type type) |
static com.fasterxml.jackson.databind.JsonNode |
toJsonNode(String value) |
static String |
toString(Object value) |
public static com.fasterxml.jackson.databind.JsonNode toJsonNode(String value)
public static <T> T clone(T value)
Copyright © 2022. All rights reserved.