Binding DI
Direct DI interface to be passed to factory methods that hold references.
It is augmented to allow such methods to access the context of the retrieval, as well as a factory from the binding it is overriding (if it is overriding).
Parameters
C
The type of the context
Functions
Factory Or Null
Link copied to clipboard
Instance
Link copied to clipboard
Gets an instance of T for the given type and tag.
Instance Or Null
Link copied to clipboard
Gets an instance of T for the given type and tag, or null if none is found.
on Erased Context
Link copied to clipboard
overridden Factory
Link copied to clipboard
Gets a factory from the overridden binding.
overridden Factory Or Null
Link copied to clipboard
Gets a factory from the overridden binding, if this binding overrides an existing binding.
Provider
Link copied to clipboard
Gets a provider of T for the given type and tag.
Provider Or Null
Link copied to clipboard
Gets a provider of T for the given type and tag, or null if none is found.