Wired

com.softwaremill.macwire.Wired
See theWired companion object
class Wired(val instanceFactoryMap: InstanceFactoryMap)

Dynamically access wired instances in a module

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def withInstanceFactory[T](wiredInstanceFactory: () => T)(implicit ct: ClassTag[T]): Wired
def withInstances(wiredInstanced: AnyRef*): Wired

Inherited methods

def lookup[T](cls: Class[T]): List[T]

Attributes

Inherited from:
InstanceLookup (hidden)
def lookupSingleOrThrow[T](cls: Class[T]): T

Attributes

Inherited from:
InstanceLookup (hidden)
def wireClassInstance[T](cls: Class[T]): T

Attributes

Inherited from:
DynamicInstantiate (hidden)
def wireClassInstanceByName(className: String): Any

Attributes

Inherited from:
DynamicInstantiate (hidden)