Uses of Class
io.appform.hope.core.values.JsonPathValue
-
Packages that use JsonPathValue Package Description io.appform.hope.core io.appform.hope.core.values -
-
Uses of JsonPathValue in io.appform.hope.core
Methods in io.appform.hope.core with parameters of type JsonPathValue Modifier and Type Method Description TVisitor. visit(JsonPathValue jsonPathValue)TVisitorAdapter. visit(JsonPathValue jsonPathValue) -
Uses of JsonPathValue in io.appform.hope.core.values
Constructors in io.appform.hope.core.values with parameters of type JsonPathValue Constructor Description ArrayValue(JsonPathValue pathValue)BooleanValue(JsonPathValue pathValue)EvaluatableValue(JsonPathValue pathValue)NumericValue(JsonPathValue pathValue)ObjectValue(JsonPathValue pathValue)StringValue(JsonPathValue pathValue)
-