winter / io.jentz.winter / WinterApplication / InjectionAdapter / get

get

abstract fun get(instance: Any): Graph?

Get dependency graph for instance.

Parameters

instance - The instance to get the graph for.

Return
The graph for instance or null when instance type is not supported.