Class DefaultContextPopulator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> populate​(java.lang.Object data)
      Creates context map based on method's argument
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultContextPopulator

        public DefaultContextPopulator()
    • Method Detail

      • populate

        public java.util.Map<java.lang.String,​java.lang.Object> populate​(java.lang.Object data)
        Description copied from interface: ContextPopulator
        Creates context map based on method's argument
        Specified by:
        populate in interface ContextPopulator
        Parameters:
        data - Context-defining object
        Returns:
        a map of context attributes populated for the given context-root