winter / io.jentz.winter.aware / createGraph

createGraph

fun WinterAware.createGraph(block: ComponentBuilderBlock? = null): Graph

Create and return dependency graph for this by using WinterAware.injection.

Parameters

block - An optional builder block to pass to the component createGraph method.

Exceptions

io.jentz.winter.WinterException - if this type is not supported.

Return
The newly created graph.