| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.dynamic |
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<?> |
Proxy.buildInstanceClass(ClassLoader loader,
DynamicConfig config)
对象增强类型
|
static Class<?> |
Proxy.buildProxyClass(ClassLoader loader,
DynamicConfig config)
类型增强类型
|
static Object |
InvokerDynamicProperty.getProperty(boolean isProxy,
DynamicConfig dynamicConfig,
String cacheKey,
Object target,
String name) |
static <T> ProxyFactory<T> |
Proxy.newProxyFactory(ClassLoader loader,
DynamicConfig config)
创建一个工厂,创建增强的代理类对象
|
static void |
InvokerDynamicProperty.setProperty(boolean isProxy,
DynamicConfig dynamicConfig,
String cacheKey,
Object target,
String name,
Object newValue) |
| 构造器和说明 |
|---|
InvokerImplementInvocation(boolean isProxy,
Class<?> implType,
Method targetMethod,
Method proxyMethod,
DynamicConfig dynamicConfig,
Object targetObject,
Object[] methodParams) |
InvokerMethodInvocation(boolean isProxy,
String targetMethodDesc,
Method targetMethod,
Method proxyMethod,
DynamicConfig dynamicConfig,
Object targetObject,
Object[] methodParams) |
[Web Site]