AutowireGraph

com.softwaremill.macwire.internals.autowire.AutowireGraph
class AutowireGraph[Q <: Quotes](using val q: Q)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

case class Graph(nodes: Vector[Node])

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Givens

Givens

given q: Q