Class PropertyPathToken
java.lang.Object
com.jayway.jsonpath.internal.path.PathToken
com.jayway.jsonpath.internal.path.PropertyPathToken
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
evaluate
(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx) boolean
boolean
boolean
boolean
Methods inherited from class com.jayway.jsonpath.internal.path.PathToken
appendTailToken, equals, getTokenCount, handleArrayIndex, handleObjectProperty, hashCode, invoke, isLeaf, isPathDefinite, isRoot, isUpstreamDefinite, next, prev, toString
-
Field Details
-
properties
-
-
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:
isTokenDefinite
in classPathToken
-
getPathFragment
- Specified by:
getPathFragment
in classPathToken
-