Uses of Interface
com.jayway.jsonpath.internal.EvaluationContext
-
-
Uses of EvaluationContext in com.jayway.jsonpath
Methods in com.jayway.jsonpath with parameters of type EvaluationContext Modifier and Type Method Description private <T> T
JsonPath. resultByConfiguration(java.lang.Object jsonObject, Configuration configuration, EvaluationContext evaluationContext)
-
Uses of EvaluationContext in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal that return EvaluationContext Modifier and Type Method Description EvaluationContext
Path. evaluate(java.lang.Object document, java.lang.Object rootDocument, Configuration configuration)
Evaluates this pathEvaluationContext
Path. evaluate(java.lang.Object document, java.lang.Object rootDocument, Configuration configuration, boolean forUpdate)
Evaluates this path -
Uses of EvaluationContext in com.jayway.jsonpath.internal.function
Methods in com.jayway.jsonpath.internal.function with parameters of type EvaluationContext Modifier and Type Method Description java.lang.Object
Length. invoke(java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContext ctx)
java.lang.Object
PassthruPathFunction. invoke(java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContext ctx)
java.lang.Object
PathFunction. invoke(java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContext ctx)
Invoke the function and output a JSON object (or scalar) value which will be the result of executing the path -
Uses of EvaluationContext in com.jayway.jsonpath.internal.function.numeric
Methods in com.jayway.jsonpath.internal.function.numeric with parameters of type EvaluationContext Modifier and Type Method Description java.lang.Object
AbstractAggregation. invoke(java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContext ctx)
-
Uses of EvaluationContext in com.jayway.jsonpath.internal.path
Classes in com.jayway.jsonpath.internal.path that implement EvaluationContext Modifier and Type Class Description class
EvaluationContextImpl
Methods in com.jayway.jsonpath.internal.path that return EvaluationContext Modifier and Type Method Description EvaluationContext
CompiledPath. evaluate(java.lang.Object document, java.lang.Object rootDocument, Configuration configuration)
EvaluationContext
CompiledPath. evaluate(java.lang.Object document, java.lang.Object rootDocument, Configuration configuration, boolean forUpdate)
-