Class MapKey

java.lang.Object
com.bazaarvoice.jolt.defaultr.Key
com.bazaarvoice.jolt.defaultr.MapKey

public class MapKey extends Key
  • Constructor Details

  • Method Details

    • getLiteralIntKey

      protected int getLiteralIntKey()
      Specified by:
      getLiteralIntKey in class Key
    • applyChild

      protected void applyChild(Object container)
      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 class Key
    • applyLiteralKeyToContainer

      private void applyLiteralKeyToContainer(String literalKey, Map<String,Object> container)
    • determineMatchingContainerKeys

      private Collection<String> determineMatchingContainerKeys(Map<String,Object> container)