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