Uses of Class
com.bazaarvoice.jolt.common.tree.MatchedElement
Packages that use MatchedElement
Package
Description
-
Uses of MatchedElement in com.bazaarvoice.jolt.cardinality
Methods in com.bazaarvoice.jolt.cardinality that return MatchedElementModifier and TypeMethodDescriptionprivate MatchedElement
CardinalityLeafSpec.getMatch
(String inputKey, WalkedPath walkedPath) Methods in com.bazaarvoice.jolt.cardinality with parameters of type MatchedElementModifier and TypeMethodDescriptionprivate Object
CardinalityLeafSpec.performCardinalityAdjustment
(String inputKey, Object input, WalkedPath walkedPath, Map parentContainer, MatchedElement thisLevel) -
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.treeFields in com.bazaarvoice.jolt.common.tree declared as MatchedElementMethods in com.bazaarvoice.jolt.common.tree that return MatchedElementMethods in com.bazaarvoice.jolt.common.tree with parameters of type MatchedElementModifier and TypeMethodDescriptionboolean
WalkedPath.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 TypeMethodDescriptionvoid
ModifierCompositeSpec.applyElement
(String inputKey, Optional<Object> inputOptional, MatchedElement thisLevel, WalkedPath walkedPath, Map<String, Object> context) void
ModifierLeafSpec.applyElement
(String inputKey, Optional<Object> inputOptional, MatchedElement thisLevel, WalkedPath walkedPath, Map<String, Object> context) protected abstract void
ModifierSpec.applyElement
(String key, Optional<Object> inputOptional, MatchedElement thisLevel, WalkedPath walkedPath, Map<String, Object> context) Templatr specific override that is used in BaseSpec#apply(...) The name is changed for easy identification during debuggingprotected static void
ModifierSpec.setData
(Object parent, MatchedElement matchedElement, Object value, OpMode opMode) Static utility method for facilitating writes on input object