public class JsonUtils extends Object
JsonUtils()
static List<String>
toListOfStrings(org.json.JSONArray values)
static <F,T> List<T>
transform(org.json.JSONArray values, Function<F,? extends T> transformer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtils()
public static <F,T> List<T> transform(org.json.JSONArray values, Function<F,? extends T> transformer)
public static List<String> toListOfStrings(org.json.JSONArray values)
Copyright © 2005–2015 Alfresco Software. All rights reserved.