Uses of Class
com.bazaarvoice.jolt.cardinality.CardinalitySpec
Packages that use CardinalitySpec
-
Uses of CardinalitySpec in com.bazaarvoice.jolt.cardinality
Subclasses of CardinalitySpec in com.bazaarvoice.jolt.cardinalityModifier and TypeClassDescriptionclassCardinalitySpec that has children, which it builds and then manages during Transforms.classLeaf level CardinalitySpec object.Fields in com.bazaarvoice.jolt.cardinality with type parameters of type CardinalitySpecModifier and TypeFieldDescriptionprivate final List<CardinalitySpec> CardinalityCompositeSpec.computedChildrenprivate final Map<String, CardinalitySpec> CardinalityCompositeSpec.literalChildrenMethods in com.bazaarvoice.jolt.cardinality that return types with arguments of type CardinalitySpecModifier and TypeMethodDescriptionprivate static List<CardinalitySpec> CardinalityCompositeSpec.createChildren(Map<String, Object> rawSpec) Recursively walk the spec input tree.