| 程序包 | 说明 |
|---|---|
| com.jn.langx.invocation | |
| com.jn.langx.invocation.aop | |
| com.jn.langx.invocation.matcher | |
| com.jn.langx.invocation.proxy | |
| com.jn.langx.invocation.proxy.targetdelegate |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericMethodInvocation |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AopMethodInvocation |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Object |
SparseMethodInterceptor.doIntercept(MethodInvocation invocation) |
List<MethodInterceptor> |
MethodInterceptorChainProvider.get(MethodInvocation invocation) |
Object |
SparseMethodInterceptor.intercept(MethodInvocation invocation) |
Object |
MethodInterceptor.intercept(MethodInvocation invocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
TrueMethodMatcher.matches(MethodInvocation invocation) |
boolean |
MethodMatcher.matches(MethodInvocation invocation)
用于调用方法时进行匹配
|
boolean |
FalseMethodMatcher.matches(MethodInvocation invocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
SimpleInvocationHandler.execute(MethodInvocation methodInvocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
DelegateInvocationHandler.execute(MethodInvocation methodInvocation) |
Copyright © 2021. All rights reserved.