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

Type members

Classlikes

sealed trait Binding extends Serializable

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Product
trait Equals
trait Binding
trait Serializable
class Object
trait Matchable
class Any
Show all