Class MapKey
java.lang.Object
com.bazaarvoice.jolt.defaultr.Key
com.bazaarvoice.jolt.defaultr.MapKey
-
Nested Class Summary
Nested classes/interfaces inherited from class Key
Key.KeyPrecedenceComparator -
Field Summary
Fields 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(String literalKey, Map<String, Object> container) private Collection<String> determineMatchingContainerKeys(Map<String, Object> container) protected intMethods inherited from class Key
applyChildren, createOutputContainerObject, getOp, getOrCount, getOutputArraySize, isArrayOutput, parseSpec
-
Constructor Details
-
MapKey
-
-
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
-