public class JsonSupport extends Object
| Constructor and Description |
|---|
JsonSupport() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(InputStream json,
Class<T> type) |
static <T> T |
fromJson(Reader json,
Class<T> type) |
static <T> T |
fromJson(String json,
Class<T> type) |
static String |
toJson(Object object) |
Copyright © 2025. All rights reserved.