public class ArrayValue extends EvaluatableValue<List<Value>>
Values.function| Constructor and Description |
|---|
ArrayValue(FunctionValue function) |
ArrayValue(JsonPathValue pathValue) |
ArrayValue(List<Value> value) |
public ArrayValue(JsonPathValue pathValue)
pathValue - A json path that will get evaluated to an arraypublic ArrayValue(FunctionValue function)
function - A function that evaluates to an arrayCopyright © 2019. All rights reserved.