|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.picocontainer.adapters.AbstractAdapter
org.picocontainer.injectors.AbstractInjector
org.picocontainer.injectors.SingleMemberInjector
public abstract class SingleMemberInjector
| Nested Class Summary | |
|---|---|
protected class |
SingleMemberInjector.MemberInjectorParameterName
|
| Nested classes/interfaces inherited from class org.picocontainer.injectors.AbstractInjector |
|---|
AbstractInjector.AmbiguousComponentResolutionException, AbstractInjector.CyclicDependencyException, AbstractInjector.NotConcreteRegistrationException, AbstractInjector.UnsatisfiableDependenciesException |
| Field Summary |
|---|
| Fields inherited from class org.picocontainer.injectors.AbstractInjector |
|---|
lifecycleStrategy, parameters, verifyingGuard |
| Constructor Summary | |
|---|---|
SingleMemberInjector(Object componentKey,
Class componentImplementation,
Parameter[] parameters,
ComponentMonitor monitor,
LifecycleStrategy lifecycleStrategy)
|
|
| Method Summary | |
|---|---|
protected Object[] |
getMemberArguments(PicoContainer container,
AccessibleObject member,
Class[] parameterTypes)
|
protected String[] |
lookupParameterNames(AccessibleObject methodOrCtor)
|
| Methods inherited from class org.picocontainer.injectors.AbstractInjector |
|---|
accept, caughtIllegalAccessException, caughtIllegalAccessException, caughtInstantiationException, caughtInvocationTargetException, createDefaultParameters, dispose, hasLifecycle, newInstance, start, stop, verify |
| Methods inherited from class org.picocontainer.adapters.AbstractAdapter |
|---|
changeMonitor, checkTypeCompatibility, currentMonitor, findAdapterOfType, getComponentImplementation, getComponentKey, getDelegate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.picocontainer.ComponentAdapter |
|---|
getComponentInstance |
| Constructor Detail |
|---|
public SingleMemberInjector(Object componentKey,
Class componentImplementation,
Parameter[] parameters,
ComponentMonitor monitor,
LifecycleStrategy lifecycleStrategy)
| Method Detail |
|---|
protected String[] lookupParameterNames(AccessibleObject methodOrCtor)
protected Object[] getMemberArguments(PicoContainer container,
AccessibleObject member,
Class[] parameterTypes)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||