com.bazaarvoice.jolt.common.pathelement
public interface MatchablePathElement extends PathElement
| Modifier and Type | Method and Description |
|---|---|
LiteralPathElement |
match(String dataKey,
WalkedPath walkedPath)
See if this PathElement matches the given dataKey.
|
getCanonicalForm, getRawKeyLiteralPathElement 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 © 2014. All Rights Reserved.