public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String json,
Class<T> aClass) |
static String |
toJson(Object objectToBeMapped) |
public static <T> T fromJson(String json, Class<T> aClass) throws IOException
IOExceptionCopyright © 2014–2018 JBoss by Red Hat. All rights reserved.