public interface MatchablePathElement extends PathElement
| Modifier and Type | Method and Description |
|---|---|
MatchedElement |
match(String dataKey,
WalkedPath walkedPath)
See if this PathElement matches the given dataKey.
|
getCanonicalForm, getRawKeyMatchedElement match(String dataKey, WalkedPath walkedPath)
dataKey - String key value from the input datawalkedPath - "up the tree" list of LiteralPathElements, that may be used by this key as it is computing its matchCopyright © 2023. All rights reserved.