Package | Description |
---|---|
com.bazaarvoice.jolt.shiftr | |
com.bazaarvoice.jolt.shiftr.spec |
Modifier and Type | Method and Description |
---|---|
ShiftrSpec |
ShiftrSpecBuilder.createSpec(java.lang.String keyString,
java.lang.Object rawRhs) |
Modifier and Type | Class and Description |
---|---|
class |
ShiftrCompositeSpec
Spec that has children, which it builds and then manages during Transforms.
|
class |
ShiftrLeafSpec
Leaf level Spec object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ShiftrSpec> |
ShiftrCompositeSpec.computedChildren |
private java.util.Map<java.lang.String,ShiftrSpec> |
ShiftrCompositeSpec.literalChildren |
private static SpecBuilder<ShiftrSpec> |
ShiftrCompositeSpec.specBuilder |
private java.util.List<ShiftrSpec> |
ShiftrCompositeSpec.specialChildren |
Modifier and Type | Method and Description |
---|---|
java.util.List<ShiftrSpec> |
ShiftrCompositeSpec.getComputedChildren() |
java.util.Map<java.lang.String,ShiftrSpec> |
ShiftrCompositeSpec.getLiteralChildren() |