public class JsonUtils extends Object
Constructor and Description |
---|
JsonUtils() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
toListOfStrings(org.json.JSONArray values) |
static <F,T> List<T> |
transform(org.json.JSONArray values,
Function<F,? extends T> transformer) |
Copyright © 2005–2019 Alfresco Software. All rights reserved.