| 程序包 | 说明 |
|---|---|
| io.polaris.core.aop | |
| io.polaris.core.asm.proxy |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Aspect |
class |
JdkAspect |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
ProxyUtils.proxy(Class<?> superclass,
Class<?>[] interfaces,
Interceptor interceptor) |
static <T> T |
ProxyUtils.proxy(ClassLoader classloader,
Class<?> superclass,
Class<?>[] interfaces,
Interceptor interceptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
Enhancer |
Enhancer.interceptor(Interceptor interceptor) |
Enhancer |
Enhancer.interceptor(Predicate<Method> predicate,
Interceptor... interceptors) |
BulkEnhancer |
BulkEnhancer.interceptors(Interceptor... interceptors) |
BulkEnhancer |
BulkEnhancer.interceptors(Predicate<Method> predicate,
Interceptor... interceptors) |
| 构造器和说明 |
|---|
BulkInvocation(int index,
Object proxy,
Method method,
Invoker rawInvoker,
Invoker superInvoker,
Interceptor[] interceptors) |
MatchedInterceptor(Predicate<Method> predicate,
Interceptor... interceptors) |
Copyright © 2024 fossc. All rights reserved.