public class ProxyObject<T> extends Object implements InvocationHandler
| 构造器和说明 |
|---|
ProxyObject() |
ProxyObject(Class<T> interfaceClass,
ProxyType proxyType) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<T> |
getInterfaceClass() |
ProxyType |
getProxyType() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
setInterfaceClass(Class<T> interfaceClass) |
void |
setProxyType(ProxyType proxyType) |
Copyright © 2023. All rights reserved.