public class HashPathElement extends BasePathElement implements MatchablePathElement
| Constructor and Description |
|---|
HashPathElement(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalForm()
Get the canonical form of this PathElement.
|
MatchedElement |
match(String dataKey,
WalkedPath walkedPath)
See if this PathElement matches the given dataKey.
|
getRawKey, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRawKeypublic HashPathElement(String key)
public String getCanonicalForm()
PathElementgetCanonicalForm in interface PathElementpublic MatchedElement match(String dataKey, WalkedPath walkedPath)
MatchablePathElementmatch in interface MatchablePathElementdataKey - 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.