public class EntityUtils extends Object
| Constructor and Description |
|---|
EntityUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(InputStream json,
Class<T> clazz) |
static <T> T |
fromJson(Reader json,
Class<T> clazz) |
static <T> T |
fromJson(String json,
Class<T> clazz) |
Copyright © 2018. All rights reserved.