MapScopeStorage

com.softwaremill.macwire.scopes.MapScopeStorage
class MapScopeStorage(map: Map[String, Any]) extends ScopeStorage

Attributes

Graph
Supertypes
trait ScopeStorage
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def get(key: String): Option[Any]
def set(key: String, value: Any): Unit