public class JsonMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
JsonMapper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String json,
Class<T> targetType) |
static List<Map<String,Object>> |
string2List(String s) |
static Map<String,Object> |
string2Map(String s) |
static String |
toJson(Object x) |
Copyright © 2021. All rights reserved.