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
The type of the context
Functions
Gets an instance of T for the given type and tag, or null if none is found.
Gets an instance of T for the given type and tag, curried from a factory for the given argument type, or null if none is found.
Gets a factory from the overridden binding.
Gets a factory from the overridden binding, if this binding overrides an existing binding.
Gets a provider of T for the given type and tag.
Gets a provider of T for the given type and tag, curried from a factory for the given argument type.
Gets a provider of T for the given type and tag, or null if none is found.
Gets a provider of T for the given type and tag, curried from a factory for the given argument type, or null if none is found.