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 TypeClassDescriptionclass
CardinalitySpec that has children, which it builds and then manages during Transforms.class
Leaf level CardinalitySpec object.Fields in com.bazaarvoice.jolt.cardinality with type parameters of type CardinalitySpecModifier and TypeFieldDescriptionprivate final List
<CardinalitySpec> CardinalityCompositeSpec.computedChildren
private final Map
<String, CardinalitySpec> CardinalityCompositeSpec.literalChildren
Methods 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.