public class JsonUtil extends Object
Modifier and Type | Field and Description |
---|---|
static org.springframework.http.MediaType |
JSON_MEDIA_TYPE |
protected static org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
JsonUtil() |
Modifier and Type | Method and Description |
---|---|
static List<CloudResource> |
convertJsonToCloudResourceList(String json) |
static List<String> |
convertJsonToList(String json) |
static Map<String,Object> |
convertJsonToMap(String json) |
static String |
convertToJson(Object value) |
protected static final org.apache.commons.logging.Log logger
public static final org.springframework.http.MediaType JSON_MEDIA_TYPE
public static List<CloudResource> convertJsonToCloudResourceList(String json)
Copyright © 2014. All rights reserved.