Interface Context

All Known Subinterfaces:
ArgumentContext, ClassContext, EngineContext

public interface Context
Interface to implement Context
  • Method Details

    • configuration

      Configuration configuration()
      Get the Configuration
      Returns:
      the Configuration
    • map

      Map<String,Object> map()
      Get the Map
      Returns:
      the Map
    • getConfiguration

      Configuration getConfiguration()
      Get the Configuration
      Returns:
      the Configuration
    • getMap

      Map<String,Object> getMap()
      Get the Map
      Returns:
      the Map