Uses of Interface
com.jayway.jsonpath.internal.EvaluationContext
Packages that use EvaluationContext
Package
Description
-
Uses of EvaluationContext in com.jayway.jsonpath
Methods in com.jayway.jsonpath with parameters of type EvaluationContextModifier and TypeMethodDescriptionprivate <T> T
JsonPath.resultByConfiguration
(Object jsonObject, Configuration configuration, EvaluationContext evaluationContext) -
Uses of EvaluationContext in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal that return EvaluationContextModifier and TypeMethodDescriptionPath.evaluate
(Object document, Object rootDocument, Configuration configuration) Evaluates this pathPath.evaluate
(Object document, 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 EvaluationContextModifier and TypeMethodDescriptionLength.invoke
(String currentPath, PathRef parent, Object model, EvaluationContext ctx) PassthruPathFunction.invoke
(String currentPath, PathRef parent, Object model, EvaluationContext ctx) PathFunction.invoke
(String currentPath, PathRef parent, 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 -
Uses of EvaluationContext in com.jayway.jsonpath.internal.path
Classes in com.jayway.jsonpath.internal.path that implement EvaluationContextMethods in com.jayway.jsonpath.internal.path that return EvaluationContextModifier and TypeMethodDescriptionCompiledPath.evaluate
(Object document, Object rootDocument, Configuration configuration) CompiledPath.evaluate
(Object document, Object rootDocument, Configuration configuration, boolean forUpdate)