Binder

wvlet.airframe.Binder$
See theBinder companion class
object Binder

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Binder.type

Members list

Concise view

Type members

Classlikes

sealed trait Binding extends Serializable

Attributes

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
case class ClassBinding(from: Surface, to: Surface, sourceCode: SourceCode) extends Binding

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Binding
trait Serializable
class Object
trait Matchable
class Any
case class DependencyFactory(from: Surface, dependencyTypes: Seq[Surface], factory: Any)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ProviderBinding(factory: DependencyFactory, provideSingleton: Boolean, eager: Boolean, sourceCode: SourceCode) extends Binding

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Binding
trait Serializable
class Object
trait Matchable
class Any
case class SingletonBinding(from: Surface, to: Surface, isEager: Boolean, sourceCode: SourceCode) extends Binding

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Binding
trait Serializable
class Object
trait Matchable
class Any