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 class
RemovrCompositeSpec
Removr Spec that has children.class
RemovrLeafSpec
Spec 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. allChildNodes
Method parameters in com.bazaarvoice.jolt.removr.spec with type arguments of type RemovrSpec Modifier and Type Method Description private void
RemovrCompositeSpec. 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.
-