AbstractFieldInjector |
AbstractInjectionFactory |
AbstractInjector
|
AbstractInjector.NotConcreteRegistrationException |
AnnotatedFieldInjectorTestCase.A |
AnnotatedFieldInjectorTestCase.A2 |
AnnotatedFieldInjectorTestCase.B2 |
AnnotatedFieldInjectorTestCase.C |
AnnotatedFieldInjectorTestCase.D2 |
AnnotatedMethodInjectionTestCase.Bean |
AnnotatedMethodInjectionTestCase.NamedBean |
AnnotatedMethodInjectorTestCase.AlternativeInject |
AnnotatedMethodInjectorTestCase.Wind |
CompositeInjection
A Composite of other types on InjectionFactories - pass them into the varargs constructor.
|
CompositeInjectionTestCase.Bar |
CompositeInjectionTestCase.Baz |
CompositeInjector |
ConstructorInjection
|
ConstructorInjector
Injection will happen through a constructor for the component.
|
ConstructorInjector.CtorAndAdapters |
FactoryInjector
An Injector which provides an custom instance in a factory style
|
FactoryInjectorTestCase.BrendansLogger |
FactoryInjectorTestCase.Swede |
FactoryInjectorTestCase.Tree |
IntoTypeTestCase.Alice |
IterativeInjector
Injection will happen iteratively after component instantiation
|
MethodInjectionTestCase.Bar |
MethodInjectionTestCase.IFoo |
MethodInjector
Injection will happen through a single method for the component.
|
MultiInjectionTestCase.Bar |
MultiInjectionTestCase.Baz |
ParameterNameBinding |
Provider
Providers are a type of Injector that can participate in Injection via a custom method.
|
ProviderAdapter
Providers are a type of Injector that can participate in Injection via a custom method.
|
ProviderTestCase.Blorb |
ProviderTestCase.Chocolate |
ProviderTestCase.Chocolatier |
ProviderTestCase.CocaoBeans |
ProviderTestCase.Component |
ProviderTestCase.Configuration |
ProviderTestCase.StubHttpRequest |
SetterInjection
|
SetterInjectionTestCase.AnotherNamedBean |
SetterInjectionTestCase.Bean |
SetterInjectionTestCase.NamedBean |
SetterInjector
|
SingleMemberInjector
Injection will happen in a single member function on the component.
|