winter / io.jentz.winter.adapter / ApplicationGraphOnlyInjectionAdapter / get

get

open fun get(instance: Any): Graph?

Overrides InjectionAdapter.get

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.