winter / io.jentz.winter / WinterInjection / Adapter / getGraph

getGraph

abstract fun getGraph(instance: Any): Graph

Get dependency graph for instance.

Parameters

instance - The instance to get the graph for.

Exceptions

io.jentz.winter.WinterException - if no graph for instance exists.

Return
The graph for instance.