public class JsonUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String json,
Class<T> clazz) |
static <T> T |
fromJson(String json,
Class<T> clazz,
boolean thin) |
static Map<String,Object> |
getMap(Object o) |
static com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
static String |
toJson(Object resource) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.