abstract fun get(instance: Any): Graph?
Get dependency graph for instance.
instance - The instance to get the graph for.
instance
Return The graph for instance or null when instance type is not supported.