|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.support.StaticMethodMatcher org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
private static class AbstractAspectJAdvice.AdviceExcludingMethodMatcher
MethodMatcher that excludes the specified advice method.
AbstractAspectJAdvice.buildSafePointcut()
Field Summary | |
---|---|
private java.lang.reflect.Method |
adviceMethod
|
Fields inherited from interface org.springframework.aop.MethodMatcher |
---|
TRUE |
Constructor Summary | |
---|---|
AbstractAspectJAdvice.AdviceExcludingMethodMatcher(java.lang.reflect.Method adviceMethod)
|
Method Summary | |
---|---|
boolean |
matches(java.lang.reflect.Method method,
java.lang.Class targetClass)
Perform static checking whether the given method matches. |
Methods inherited from class org.springframework.aop.support.StaticMethodMatcher |
---|
isRuntime, matches |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.reflect.Method adviceMethod
Constructor Detail |
---|
public AbstractAspectJAdvice.AdviceExcludingMethodMatcher(java.lang.reflect.Method adviceMethod)
Method Detail |
---|
public boolean matches(java.lang.reflect.Method method, java.lang.Class targetClass)
MethodMatcher
false
or if the MethodMatcher.isRuntime()
method
returns false
, no runtime check (i.e. no.
MethodMatcher.matches(java.lang.reflect.Method, Class, Object[])
call) will be made.
method
- the candidate methodtargetClass
- the target class (may be null
, in which case
the candidate class must be taken to be the method's declaring class)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |