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 TypeClassDescriptionclass
Removr Spec that has children.class
Spec 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.allChildNodes
Method parameters in com.bazaarvoice.jolt.removr.spec with type arguments of type RemovrSpecModifier and TypeMethodDescriptionprivate void
RemovrCompositeSpec.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.