|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
private static class AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer
ParameterNameDiscoverer implementation that analyzes the arg names specified at the AspectJ annotation level.
| Constructor Summary | |
|---|---|
private |
AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer()
|
| Method Summary | |
|---|---|
java.lang.String[] |
getParameterNames(java.lang.reflect.Constructor ctor)
Return parameter names for this constructor, or null if they cannot be determined. |
java.lang.String[] |
getParameterNames(java.lang.reflect.Method method)
Return parameter names for this method, or null if they cannot be determined. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer()
| Method Detail |
|---|
public java.lang.String[] getParameterNames(java.lang.reflect.Method method)
ParameterNameDiscoverernull if they cannot be determined.
getParameterNames in interface ParameterNameDiscoverermethod - method to find parameter names for
null if they cannotpublic java.lang.String[] getParameterNames(java.lang.reflect.Constructor ctor)
ParameterNameDiscoverernull if they cannot be determined.
getParameterNames in interface ParameterNameDiscovererctor - constructor to find parameter names for
null if they cannot
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||