Uses of Interface
org.picocontainer.injectors.Provider
Packages that use Provider
Package
Description
InjectionFactories make Injectors which implement specific types of dependency injection
-
Uses of Provider in org.picocontainer.injectors
Classes in org.picocontainer.injectors that implement ProviderModifier and TypeClassDescriptionclass
Providers are a type of Injector that can participate in Injection via a custom method.Constructors in org.picocontainer.injectors with parameters of type ProviderModifierConstructorDescriptionProviderAdapter
(Provider provider) ProviderAdapter
(Provider provider, boolean useNames) ProviderAdapter
(LifecycleStrategy lifecycleStrategy, Provider provider) ProviderAdapter
(LifecycleStrategy lifecycleStrategy, Provider provider, boolean useNames)