Class ArrayIndexToken
java.lang.Object
com.jayway.jsonpath.internal.path.PathToken
com.jayway.jsonpath.internal.path.ArrayPathToken
com.jayway.jsonpath.internal.path.ArrayIndexToken
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
appendTailToken, equals, getNext, getTokenCount, handleArrayIndex, handleObjectProperty, hashCode, invoke, isLeaf, isPathDefinite, isRoot, isUpstreamDefinite, next, prev, setNext, setUpstreamArrayIndex, toString
-
Field Details
-
arrayIndexOperation
-
-
Constructor Details
-
ArrayIndexToken
ArrayIndexToken(ArrayIndexOperation arrayIndexOperation)
-
-
Method Details
-
evaluate
-
getPathFragment
- Specified by:
getPathFragmentin classPathToken
-
isTokenDefinite
public boolean isTokenDefinite()- Specified by:
isTokenDefinitein classPathToken
-