public interface ProxyFactory
DefaultProxyFactory| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
ProxyFactory.Proxied
A marker interface that indicates the object is a proxy object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
createProxy(InvocationHandler handler,
Class<?>... proxyTypes)
Create a proxy object for the specified interface.
|
<T> T createProxy(InvocationHandler handler, Class<?>... proxyTypes)
T - the type of the proxy objectproxyTypes - proxy typehandler - invocation handlerCopyright © 2024. All rights reserved.