| 
 |   | |||||||||
| 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.SingleMemberInjector<T>
org.picocontainer.injectors.MethodInjector
org.picocontainer.injectors.MethodInjector.ByReflectionMethod
public static class MethodInjector.ByReflectionMethod
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.picocontainer.injectors.MethodInjector | 
|---|
| MethodInjector.ByReflectionMethod | 
| Nested classes/interfaces inherited from class org.picocontainer.injectors.SingleMemberInjector | 
|---|
| SingleMemberInjector.ParameterCannotBeNullException | 
| 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.AbstractInjector | 
|---|
| parameters, verifyingGuard | 
| Constructor Summary | |
|---|---|
| MethodInjector.ByReflectionMethod(Object componentKey,
                                                                   Class componentImplementation,
                                                                   Parameter[] parameters,
                                                                   ComponentMonitor monitor,
                                                                   Method injectionMethod,
                                                                   boolean useNames) | |
| Method Summary | |
|---|---|
|  String | getDescriptor()Get a string key descriptor of the component adapter for use in toString() | 
| protected  Method | getInjectorMethod() | 
| Methods inherited from class org.picocontainer.injectors.MethodInjector | 
|---|
| decorateComponentInstance, getComponentInstance, getMemberArguments, isNullParamAllowed, verify | 
| Methods inherited from class org.picocontainer.injectors.SingleMemberInjector | 
|---|
| boxParameters, getBindings, getMemberArguments, getParameter, getParanamer, nullCheck | 
| Methods inherited from class org.picocontainer.injectors.AbstractInjector | 
|---|
| accept, box, caughtIllegalAccessException, caughtIllegalAccessException, caughtInstantiationException, caughtInvocationTargetException, createDefaultParameters, getComponentInstance, newInstance, useNames | 
| 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 | 
|---|
| findAdapterOfType, getComponentImplementation, getComponentKey, getDelegate | 
| Constructor Detail | 
|---|
public MethodInjector.ByReflectionMethod(Object componentKey,
                                         Class componentImplementation,
                                         Parameter[] parameters,
                                         ComponentMonitor monitor,
                                         Method injectionMethod,
                                         boolean useNames)
                                  throws AbstractInjector.NotConcreteRegistrationException
AbstractInjector.NotConcreteRegistrationException| Method Detail | 
|---|
protected Method getInjectorMethod()
getInjectorMethod in class MethodInjectorpublic String getDescriptor()
ComponentAdapter
getDescriptor in interface ComponentAdaptergetDescriptor in class MethodInjector| 
 |   | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||