Uses of Interface
com.bazaarvoice.jolt.common.spec.OrderedCompositeSpec
Packages that use OrderedCompositeSpec
Package
Description
-
Uses of OrderedCompositeSpec in com.bazaarvoice.jolt.common
Methods in com.bazaarvoice.jolt.common with type parameters of type OrderedCompositeSpecModifier and TypeMethodDescriptionprivate static <T extends OrderedCompositeSpec>
voidExecutionStrategy.applyKeyToLiteralAndComputed
(T spec, String subKeyStr, Optional<Object> subInputOptional, WalkedPath walkedPath, Map<String, Object> output, Map<String, Object> context) This is the method we are trying to avoid calling.Methods in com.bazaarvoice.jolt.common with parameters of type OrderedCompositeSpecModifier and TypeMethodDescriptionvoid
ExecutionStrategy.process
(OrderedCompositeSpec spec, Optional<Object> inputOptional, WalkedPath walkedPath, Map<String, Object> output, Map<String, Object> context) (package private) abstract void
ExecutionStrategy.processList
(OrderedCompositeSpec spec, List<Object> inputList, WalkedPath walkedPath, Map<String, Object> output, Map<String, Object> context) (package private) abstract void
ExecutionStrategy.processMap
(OrderedCompositeSpec spec, Map<String, Object> inputMap, WalkedPath walkedPath, Map<String, Object> output, Map<String, Object> context) (package private) abstract void
ExecutionStrategy.processScalar
(OrderedCompositeSpec spec, String scalarInput, WalkedPath walkedPath, Map<String, Object> output, Map<String, Object> context) -
Uses of OrderedCompositeSpec in com.bazaarvoice.jolt.modifier.spec
Classes in com.bazaarvoice.jolt.modifier.spec that implement OrderedCompositeSpecModifier and TypeClassDescriptionclass
Composite spec is non-leaf level spec that contains one or many child specs and processes them based on a pre-determined execution strategy -
Uses of OrderedCompositeSpec in com.bazaarvoice.jolt.shiftr.spec
Classes in com.bazaarvoice.jolt.shiftr.spec that implement OrderedCompositeSpecModifier and TypeClassDescriptionclass
Spec that has children, which it builds and then manages during Transforms.