Uses of Class
com.bazaarvoice.jolt.removr.spec.RemovrSpec
Packages that use RemovrSpec
-
Uses of RemovrSpec in com.bazaarvoice.jolt.removr.spec
Subclasses of RemovrSpec in com.bazaarvoice.jolt.removr.specModifier and TypeClassDescriptionclassRemovr Spec that has children.classSpec for handling the leaf level of the Removr Transform.Fields in com.bazaarvoice.jolt.removr.spec with type parameters of type RemovrSpecModifier and TypeFieldDescriptionprivate final List<RemovrSpec> RemovrCompositeSpec.allChildNodesMethod parameters in com.bazaarvoice.jolt.removr.spec with type arguments of type RemovrSpecModifier and TypeMethodDescriptionprivate voidRemovrCompositeSpec.processChildren(List<RemovrSpec> children, Object subInput) Call our child nodes, build up the set of keys or indices to actually remove, and then remove them.