Uses of Class
com.bazaarvoice.jolt.shiftr.spec.ShiftrSpec
Packages that use ShiftrSpec
-
Uses of ShiftrSpec in com.bazaarvoice.jolt.shiftr
Methods in com.bazaarvoice.jolt.shiftr that return ShiftrSpec -
Uses of ShiftrSpec in com.bazaarvoice.jolt.shiftr.spec
Subclasses of ShiftrSpec in com.bazaarvoice.jolt.shiftr.specModifier and TypeClassDescriptionclass
Spec that has children, which it builds and then manages during Transforms.class
Leaf level Spec object.Fields in com.bazaarvoice.jolt.shiftr.spec with type parameters of type ShiftrSpecModifier and TypeFieldDescriptionprivate final List
<ShiftrSpec> ShiftrCompositeSpec.computedChildren
private final Map
<String, ShiftrSpec> ShiftrCompositeSpec.literalChildren
private static final SpecBuilder
<ShiftrSpec> ShiftrCompositeSpec.specBuilder
private final List
<ShiftrSpec> ShiftrCompositeSpec.specialChildren
Methods in com.bazaarvoice.jolt.shiftr.spec that return types with arguments of type ShiftrSpecModifier and TypeMethodDescriptionShiftrCompositeSpec.getComputedChildren()
ShiftrCompositeSpec.getLiteralChildren()