AutowireGraph
com.softwaremill.macwire.internals.autowire.AutowireGraph
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
A fully resolved graph, i.e. for each node's dependency there's a node with that symbol.
A fully resolved graph, i.e. for each node's dependency there's a node with that symbol.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Node(tpe: q.reflect.TypeRepr, symbol: q.reflect.Symbol, dependencies: List[q.reflect.Symbol], createInstance: q.reflect.Term, raw: Option[Expr[Any]])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Givens
Givens
In this article