Interface ProviderInstanceBinding<T>

    • Method Detail

      • getProviderInstance

        Provider<? extends T> getProviderInstance()
        Returns the user-supplied, unscoped provider.
      • getInjectionPoints

        java.util.Set<InjectionPoint> getInjectionPoints()
        Returns the field and method injection points of the provider, injected at injector-creation time only.
        Returns:
        a possibly empty set