public final class FastJsonKit extends Object
| Constructor and Description |
|---|
FastJsonKit() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T[]> |
to2DList(String json,
Class<T[]> clazz)
转化为2D List
|
static String |
toJson(Object obj)
转化为Json
|
static String |
toJson(Object obj,
String datePattern)
转化为Json
|
static <T> List<T> |
toList(String json,
Class<T> clazz)
转化为List
|
static <K,V> Map<K,V> |
toMap(String json)
转化为Map
|
static <T> T |
toObj(String json,
Class<T> clazz)
转化为Obj
|
Copyright © 2020. All rights reserved.