| Package | Description |
|---|---|
| org.aoju.bus.proxy | |
| org.aoju.bus.proxy.factory.cglib | |
| org.aoju.bus.proxy.factory.javassist | |
| org.aoju.bus.proxy.intercept |
| Modifier and Type | Method and Description |
|---|---|
Object |
Factory.createInterceptorProxy(ClassLoader classLoader,
Object target,
Interceptor interceptor,
Class[] proxyClasses) |
Object |
Factory.createInterceptorProxy(Object target,
Interceptor interceptor,
Class[] proxyClasses) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CglibFactory.createInterceptorProxy(ClassLoader classLoader,
Object target,
Interceptor interceptor,
Class[] proxyClasses) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavassistFactory.createInterceptorProxy(ClassLoader classLoader,
Object target,
Interceptor interceptor,
Class[] proxyClasses) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredInterceptor |
class |
LoggingInterceptor |
class |
MethodAdapter |
class |
SerializingInterceptor |
| Constructor and Description |
|---|
FilteredInterceptor(Interceptor inner,
MethodFilter filter) |
InterceptorChain(Interceptor[] interceptors) |
Copyright © 2019. All rights reserved.