Uses of Class
com.bazaarvoice.jolt.shiftr.spec.ShiftrSpec
-
Packages that use ShiftrSpec Package Description com.bazaarvoice.jolt.shiftr com.bazaarvoice.jolt.shiftr.spec -
-
Uses of ShiftrSpec in com.bazaarvoice.jolt.shiftr
Methods in com.bazaarvoice.jolt.shiftr that return ShiftrSpec Modifier and Type Method Description ShiftrSpec
ShiftrSpecBuilder. createSpec(java.lang.String keyString, java.lang.Object rawRhs)
-
Uses of ShiftrSpec in com.bazaarvoice.jolt.shiftr.spec
Subclasses of ShiftrSpec in com.bazaarvoice.jolt.shiftr.spec Modifier and Type Class Description class
ShiftrCompositeSpec
Spec that has children, which it builds and then manages during Transforms.class
ShiftrLeafSpec
Leaf level Spec object.Fields in com.bazaarvoice.jolt.shiftr.spec with type parameters of type ShiftrSpec Modifier and Type Field 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
Methods in com.bazaarvoice.jolt.shiftr.spec that return types with arguments of type ShiftrSpec Modifier and Type Method Description java.util.List<ShiftrSpec>
ShiftrCompositeSpec. getComputedChildren()
java.util.Map<java.lang.String,ShiftrSpec>
ShiftrCompositeSpec. getLiteralChildren()
-