Uses of Class
com.bazaarvoice.jolt.common.tree.MatchedElement
Packages that use MatchedElement
Package
Description
-
Uses of MatchedElement in com.bazaarvoice.jolt.common.pathelement
Methods in com.bazaarvoice.jolt.common.pathelement that return MatchedElementModifier and TypeMethodDescriptionAmpPathElement.match(String dataKey, WalkedPath walkedPath) ArrayPathElement.match(String dataKey, WalkedPath walkedPath) AtPathElement.match(String dataKey, WalkedPath walkedPath) DollarPathElement.match(String dataKey, WalkedPath walkedPath) HashPathElement.match(String dataKey, WalkedPath walkedPath) LiteralPathElement.match(String dataKey, WalkedPath walkedPath) MatchablePathElement.match(String dataKey, WalkedPath walkedPath) See if this PathElement matches the given dataKey.StarAllPathElement.match(String dataKey, WalkedPath walkedPath) StarDoublePathElement.match(String dataKey, WalkedPath walkedPath) StarRegexPathElement.match(String dataKey, WalkedPath walkedPath) StarSinglePathElement.match(String dataKey, WalkedPath walkedPath) TransposePathElement.match(String dataKey, WalkedPath walkedPath) -
Uses of MatchedElement in com.bazaarvoice.jolt.common.tree
Subclasses of MatchedElement in com.bazaarvoice.jolt.common.treeMethods in com.bazaarvoice.jolt.common.tree that return MatchedElementMethods in com.bazaarvoice.jolt.common.tree with parameters of type MatchedElementModifier and TypeMethodDescriptionbooleanWalkedPath.add(Object treeRef, MatchedElement matchedElement) Convenience methodConstructors in com.bazaarvoice.jolt.common.tree with parameters of type MatchedElementModifierConstructorDescriptionPathStep(Object treeRef, MatchedElement matchedElement) WalkedPath(Object treeRef, MatchedElement matchedElement) -
Uses of MatchedElement in com.bazaarvoice.jolt.modifier.spec
Methods in com.bazaarvoice.jolt.modifier.spec with parameters of type MatchedElementModifier and TypeMethodDescriptionvoidModifierCompositeSpec.applyElement(String inputKey, Optional<Object> inputOptional, MatchedElement thisLevel, WalkedPath walkedPath, Map<String, Object> context) voidModifierLeafSpec.applyElement(String inputKey, Optional<Object> inputOptional, MatchedElement thisLevel, WalkedPath walkedPath, Map<String, Object> context) protected abstract voidModifierSpec.applyElement(String key, Optional<Object> inputOptional, MatchedElement thisLevel, WalkedPath walkedPath, Map<String, Object> context) Templatr specific override that is used in BaseSpec#apply(...)protected static voidModifierSpec.setData(Object parent, MatchedElement matchedElement, Object value, OpMode opMode) Static utility method for facilitating writes on input object