No Arg Binding DI
Direct DI interface to be passed to provider methods that hold references.
It is augmented to allow such methods to access the context of the retrieval, as well as a provider or instance 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 an instance from the overridden binding.
Gets an instance from the overridden binding, if this binding overrides an existing binding.
Gets a provider from the overridden binding.
Gets a provider 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.