public interface MethodMatcher
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isInvocationMatcher() |
boolean |
matches(Method method)
用于静态匹配,也就是未必是在调用方法时进行匹配
|
boolean |
matches(MethodInvocation invocation)
用于调用方法时进行匹配
|
boolean matches(Method method)
boolean matches(MethodInvocation invocation)
boolean isInvocationMatcher()
Copyright © 2022. All rights reserved.