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 <T> T |
fromJsonByName(String json,
String targetType) |
static String |
toJson(Object x) |
Copyright © 2021. All rights reserved.