Uses of Class
org.picocontainer.injectors.SingleMemberInjector
-
Packages that use SingleMemberInjector Package Description org.picocontainer.injectors InjectionFactories make Injectors which implement specific types of dependency injection -
-
Uses of SingleMemberInjector in org.picocontainer.injectors
Subclasses of SingleMemberInjector in org.picocontainer.injectors Modifier and Type Class Description class
ConstructorInjector<T>
Injection will happen through a constructor for the component.class
MethodInjector<T>
Injection will happen through a single method for the component.static class
MethodInjector.ByMethodName
static class
MethodInjector.ByReflectionMethod
-