public class JacksonUtil extends Object
static com.fasterxml.jackson.databind.ObjectMapper
OBJECT_MAPPER
static <T> T
clone(T value)
fromString(String string, Class<T> clazz)
static com.fasterxml.jackson.databind.JsonNode
toJsonNode(String value)
static String
toString(Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
public static <T> T fromString(String string, Class<T> clazz)
public static String toString(Object value)
public static com.fasterxml.jackson.databind.JsonNode toJsonNode(String value)
public static <T> T clone(T value)
Copyright © 2020 GTMAP. All rights reserved.