Uses of Class
com.bazaarvoice.jolt.removr.spec.RemovrSpec
-
Packages that use RemovrSpec Package Description com.bazaarvoice.jolt.removr.spec -
-
Uses of RemovrSpec in com.bazaarvoice.jolt.removr.spec
Subclasses of RemovrSpec in com.bazaarvoice.jolt.removr.spec Modifier and Type Class Description classRemovrCompositeSpecRemovr Spec that has children.classRemovrLeafSpecSpec for handling the leaf level of the Removr Transform.Fields in com.bazaarvoice.jolt.removr.spec with type parameters of type RemovrSpec Modifier and Type Field Description private java.util.List<RemovrSpec>RemovrCompositeSpec. allChildNodesMethod parameters in com.bazaarvoice.jolt.removr.spec with type arguments of type RemovrSpec Modifier and Type Method Description private voidRemovrCompositeSpec. processChildren(java.util.List<RemovrSpec> children, java.lang.Object subInput)Call our child nodes, build up the set of keys or indices to actually remove, and then remove them.
-