public final class JacksonKit extends Object
| Constructor and Description |
|---|
JacksonKit() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toJson(Object object) |
static String |
toJson(Object object,
com.fasterxml.jackson.annotation.JsonInclude.Include include) |
static String |
toJson(Object object,
String datePattern) |
static String |
toJson(Object object,
String datePattern,
com.fasterxml.jackson.annotation.JsonInclude.Include include) |
static <K,V> Map<K,V> |
toMap(String json) |
static <T> T |
toObj(String json,
Class<T> clazz) |
Copyright © 2020. All rights reserved.