Class ArrayIndexToken
java.lang.Object
com.jayway.jsonpath.internal.path.PathToken
com.jayway.jsonpath.internal.path.ArrayPathToken
com.jayway.jsonpath.internal.path.ArrayIndexToken
-
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) booleanMethods inherited from class com.jayway.jsonpath.internal.path.ArrayPathToken
checkArrayModelMethods inherited from class com.jayway.jsonpath.internal.path.PathToken
equals, getNext, getTokenCount, handleArrayIndex, hashCode, invoke, isPathDefinite, setNext, setUpstreamArrayIndex, toString
-
Method Details
-
evaluate
-
getPathFragment
- Specified by:
getPathFragmentin classPathToken
-
isTokenDefinite
public boolean isTokenDefinite()- Specified by:
isTokenDefinitein classPathToken
-