public class JsonUtil extends Object
static <T> T
fromJson(String json, Class<T> clazz)
fromJson(String json, Class<T> clazz, boolean thin)
static String
toJson(Object resource)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String toJson(Object resource)
public static <T> T fromJson(String json, Class<T> clazz)
public static <T> T fromJson(String json, Class<T> clazz, boolean thin)
Copyright © 2015 Red Hat, Inc.. All rights reserved.