Class PredicatePathToken
java.lang.Object
com.jayway.jsonpath.internal.path.PathToken
com.jayway.jsonpath.internal.path.PredicatePathToken
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(Object obj, Object root, Configuration configuration, EvaluationContextImpl evaluationContext) voidevaluate(String currentPath, PathRef ref, Object model, EvaluationContextImpl ctx) booleanMethods inherited from class PathToken
equals, getTokenCount, handleArrayIndex, hashCode, invoke, isPathDefinite, toString
-
Method Details
-
evaluate
-
accept
public boolean accept(Object obj, Object root, Configuration configuration, EvaluationContextImpl evaluationContext) -
getPathFragment
- Specified by:
getPathFragmentin classPathToken
-
isTokenDefinite
public boolean isTokenDefinite()- Specified by:
isTokenDefinitein classPathToken
-