Package | Description |
---|---|
org.picocontainer.defaults.issues | |
org.picocontainer.injectors |
InjectionFactories make Injectors which implement specific types of dependency injection
|
Modifier and Type | Class and Description |
---|---|
static class |
Issue0357TestCase.SimpleProvider |
static class |
Issue0357TestCase.SimpleProviderRuntime |
Modifier and Type | Class and Description |
---|---|
class |
ProviderAdapter
Providers are a type of Injector that can participate in Injection via a custom method.
|
static class |
ProviderTestCase.BlorbProvider |
static class |
ProviderTestCase.Chocolatier |
static class |
ProviderTestCase.Chocolatier2 |
class |
ProviderTestCase.ComponentProvider |
static class |
ProviderTestCase.ExampleRequestReader |
static class |
ProviderTestCase.NullableChocolatier |
static class |
ProviderTestCase.ProviderWithBadProvideMethod |
static class |
ProviderTestCase.ProviderWithoutProvideMethod |
static class |
ProviderTestCase.ProviderWithTooManyProvideMethods |
Constructor and Description |
---|
ProviderAdapter(LifecycleStrategy lifecycleStrategy,
Provider provider) |
ProviderAdapter(LifecycleStrategy lifecycleStrategy,
Provider provider,
boolean useNames) |
ProviderAdapter(Provider provider) |
ProviderAdapter(Provider provider,
boolean useNames) |
Copyright © 2003–2016 Codehaus. All rights reserved.