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