|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.picocontainer.adapters.AbstractAdapter<T>
org.picocontainer.injectors.AbstractInjector<T>
org.picocontainer.injectors.IterativeInjector<T>
org.picocontainer.injectors.SetterInjector
org.picocontainer.injectors.AnnotatedMethodInjector
public class AnnotatedMethodInjector
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.picocontainer.injectors.AbstractInjector |
|---|
AbstractInjector.AmbiguousComponentResolutionException, AbstractInjector.CyclicDependencyException, AbstractInjector.NotConcreteRegistrationException, AbstractInjector.UnsatisfiableDependenciesException |
| Nested classes/interfaces inherited from interface org.picocontainer.ComponentAdapter |
|---|
ComponentAdapter.NOTHING |
| Field Summary |
|---|
| Fields inherited from class org.picocontainer.injectors.IterativeInjector |
|---|
bindings, injectionMembers, injectionTypes |
| Fields inherited from class org.picocontainer.injectors.AbstractInjector |
|---|
lifecycleStrategy, parameters, verifyingGuard |
| Constructor Summary | |
|---|---|
AnnotatedMethodInjector(Object key,
Class<?> impl,
Parameter[] parameters,
ComponentMonitor monitor,
LifecycleStrategy lifecycleStrategy,
Class<? extends Annotation> injectionAnnotation,
boolean useNames)
|
|
| Method Summary | |
|---|---|
protected Object |
injectIntoMember(AccessibleObject member,
Object componentInstance,
Object toInject)
|
protected boolean |
isInjectorMethod(Method method)
|
String |
toString()
|
| Methods inherited from class org.picocontainer.injectors.SetterInjector |
|---|
getDescriptor, getInjectorPrefix, memberInvocationReturn |
| Methods inherited from class org.picocontainer.injectors.IterativeInjector |
|---|
decorateComponentInstance, getComponentInstance, getConstructor, initializeInjectionMembersAndTypeLists, makeParameterNameImpl, unsatisfiedDependencies, verify |
| Methods inherited from class org.picocontainer.injectors.AbstractInjector |
|---|
accept, box, caughtIllegalAccessException, caughtIllegalAccessException, caughtInstantiationException, caughtInvocationTargetException, createDefaultParameters, dispose, getComponentInstance, hasLifecycle, newInstance, start, stop, useNames |
| Methods inherited from class org.picocontainer.adapters.AbstractAdapter |
|---|
changeMonitor, checkTypeCompatibility, currentMonitor, findAdapterOfType, getComponentImplementation, getComponentKey, getDelegate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.picocontainer.ComponentAdapter |
|---|
findAdapterOfType, getComponentImplementation, getComponentKey, getDelegate |
| Constructor Detail |
|---|
public AnnotatedMethodInjector(Object key,
Class<?> impl,
Parameter[] parameters,
ComponentMonitor monitor,
LifecycleStrategy lifecycleStrategy,
Class<? extends Annotation> injectionAnnotation,
boolean useNames)
| Method Detail |
|---|
protected Object injectIntoMember(AccessibleObject member,
Object componentInstance,
Object toInject)
throws IllegalAccessException,
InvocationTargetException
injectIntoMember in class SetterInjectorIllegalAccessException
InvocationTargetExceptionprotected final boolean isInjectorMethod(Method method)
isInjectorMethod in class SetterInjectorpublic String toString()
toString in class AbstractAdapterObject.toString()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||