Package | Description |
---|---|
com.bazaarvoice.jolt.modifier | |
com.bazaarvoice.jolt.modifier.spec |
Modifier and Type | Method and Description |
---|---|
ModifierSpec |
TemplatrSpecBuilder.createSpec(java.lang.String lhs,
java.lang.Object rhs) |
Modifier and Type | Class and Description |
---|---|
class |
ModifierCompositeSpec
Composite spec is non-leaf level spec that contains one or many child specs and processes
them based on a pre-determined execution strategy
|
class |
ModifierLeafSpec |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ModifierSpec> |
ModifierCompositeSpec.computedChildren |
private java.util.Map<java.lang.String,ModifierSpec> |
ModifierCompositeSpec.literalChildren |