public final class JsonUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String json,
Class<T> targetClass) |
static <T> String |
toJson(T originClass) |
static <T> String |
toJsonWithNoEscaping(T originClass) |
Copyright © 2015. All rights reserved.