Interface ProviderInstanceBinding<T>

    • Method Detail

      • getUserSuppliedProvider

        javax.inject.Provider<? extends T> getUserSuppliedProvider()
        Returns the user-supplied, unscoped provider.
        Since:
        4.0
      • getInjectionPoints

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