Class ArrayKey
java.lang.Object
com.bazaarvoice.jolt.defaultr.Key
com.bazaarvoice.jolt.defaultr.ArrayKey
-
Nested Class Summary
Nested classes/interfaces inherited from class Key
Key.KeyPrecedenceComparator -
Field Summary
FieldsFields inherited from class Key
children, keyStrings, literalValue, rawKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyChild(Object container) Apply this Key to the defaultee.private voidapplyLiteralKeyToContainer(Integer literalIndex, List<Object> container) private Collection<Integer> determineMatchingContainerKeys(List<Object> container) protected intMethods inherited from class Key
applyChildren, createOutputContainerObject, getOp, getOrCount, getOutputArraySize, isArrayOutput, parseSpec
-
Field Details
-
keyInts
-
keyInt
private int keyInt
-
-
Constructor Details
-
ArrayKey
-
-
Method Details
-
getLiteralIntKey
protected int getLiteralIntKey()- Specified by:
getLiteralIntKeyin classKey
-
applyChild
Description copied from class:KeyApply this Key to the defaultee. If this Key is a WildCard key, this may apply to many entries in the container.- Specified by:
applyChildin classKey
-
applyLiteralKeyToContainer
-
determineMatchingContainerKeys
-