Class JsonPropertyValueCollector
- java.lang.Object
-
- de.codecentric.reedelk.platform.commons.JsonPropertyValueCollector
-
public class JsonPropertyValueCollector extends Object
Recursively traverses the JSON object and collect all the property values, having as property name the provided property name.
-
-
Constructor Summary
Constructors Constructor Description JsonPropertyValueCollector(String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>collect(Collection<org.json.JSONObject> root)
-
-
-
Constructor Detail
-
JsonPropertyValueCollector
public JsonPropertyValueCollector(String propertyName)
-
-
Method Detail
-
collect
public Collection<String> collect(Collection<org.json.JSONObject> root)
-
-