All Methods Static Methods Concrete Methods
| 限定符和类型 |
方法和说明 |
static void |
customizeConfig(com.fasterxml.jackson.databind.ObjectMapper mapper) |
static void |
deseriaNullToEmpty(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
static com.fasterxml.jackson.databind.ObjectMapper |
getTypeMapper() |
static <T> T |
nativeRead(String json,
com.fasterxml.jackson.core.type.TypeReference<T> type) |
static <T> T |
parse(String json,
Class<T> tClass) |
static <T> T |
parse(String json,
Class<T> tClass,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
static <E> List<E> |
parseList(String json,
Class<E> eClass) |
static <K,V> Map<K,V> |
parseMap(String json,
Class<K> kClass,
Class<V> vClass) |
static String |
serialize(Object obj) |
static String |
serialize(Object obj,
com.fasterxml.jackson.databind.ObjectMapper mapper) |