Package | Description |
---|---|
com.bazaarvoice.jolt.removr.spec |
Modifier and Type | Class and Description |
---|---|
class |
RemovrCompositeSpec
Removr Spec that has children.
|
class |
RemovrLeafSpec
Spec for handling the leaf level of the Removr Transform.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<RemovrSpec> |
RemovrCompositeSpec.allChildNodes |
Modifier and Type | Method and 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.
|