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 ShiftrSpecShiftrSpecBuilder. 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 classShiftrCompositeSpecSpec that has children, which it builds and then manages during Transforms.classShiftrLeafSpecLeaf 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. computedChildrenprivate java.util.Map<java.lang.String,ShiftrSpec>ShiftrCompositeSpec. literalChildrenprivate static SpecBuilder<ShiftrSpec>ShiftrCompositeSpec. specBuilderprivate java.util.List<ShiftrSpec>ShiftrCompositeSpec. specialChildrenMethods 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()
-