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> TJsonPath. 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 EvaluationContextPath. evaluate(java.lang.Object document, java.lang.Object rootDocument, Configuration configuration)Evaluates this pathEvaluationContextPath. 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.ObjectLength. invoke(java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContext ctx)java.lang.ObjectPassthruPathFunction. invoke(java.lang.String currentPath, PathRef parent, java.lang.Object model, EvaluationContext ctx)java.lang.ObjectPathFunction. 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.ObjectAbstractAggregation. 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 classEvaluationContextImplMethods in com.jayway.jsonpath.internal.path that return EvaluationContext Modifier and Type Method Description EvaluationContextCompiledPath. evaluate(java.lang.Object document, java.lang.Object rootDocument, Configuration configuration)EvaluationContextCompiledPath. evaluate(java.lang.Object document, java.lang.Object rootDocument, Configuration configuration, boolean forUpdate)
-