Package com.bazaarvoice.jolt.defaultr
Class MapKey
java.lang.Object
com.bazaarvoice.jolt.defaultr.Key
com.bazaarvoice.jolt.defaultr.MapKey
-
Nested Class Summary
Nested classes/interfaces inherited from class com.bazaarvoice.jolt.defaultr.Key
Key.KeyPrecedenceComparator
-
Field Summary
Fields inherited from class com.bazaarvoice.jolt.defaultr.Key
children, keyStrings, literalValue, rawKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyChild
(Object container) Apply this Key to the defaultee.private void
applyLiteralKeyToContainer
(String literalKey, Map<String, Object> container) private Collection
<String> determineMatchingContainerKeys
(Map<String, Object> container) protected int
Methods inherited from class com.bazaarvoice.jolt.defaultr.Key
applyChildren, createOutputContainerObject, getOp, getOrCount, getOutputArraySize, isArrayOutput, parseSpec
-
Constructor Details
-
MapKey
-
-
Method Details
-
getLiteralIntKey
protected int getLiteralIntKey()- Specified by:
getLiteralIntKey
in classKey
-
applyChild
Description copied from class:Key
Apply this Key to the defaultee. If this Key is a WildCard key, this may apply to many entries in the container.- Specified by:
applyChild
in classKey
-
applyLiteralKeyToContainer
-
determineMatchingContainerKeys
-