Package io.appform.hope.core.values
Class JsonPointerValue
- java.lang.Object
-
- io.appform.hope.core.TreeNode
-
- io.appform.hope.core.Value
-
- io.appform.hope.core.values.FunctionEvaluatableValue
-
- io.appform.hope.core.values.JsonPointerValue
-
public class JsonPointerValue extends FunctionEvaluatableValue
-
-
Field Summary
-
Fields inherited from class io.appform.hope.core.values.FunctionEvaluatableValue
function
-
-
Constructor Summary
Constructors Constructor Description JsonPointerValue(FunctionValue function)JsonPointerValue(String pointer)
-
-
-
Constructor Detail
-
JsonPointerValue
public JsonPointerValue(String pointer)
- Parameters:
pointer- Json path value
-
JsonPointerValue
public JsonPointerValue(FunctionValue function)
- Parameters:
function- A function that evaluates to a json path
-
-