T - The type of the value the proxy will delegate to.I - The interface to proxypublic interface IProxyFactory<T,I>
Structural.factoryClass(), if provided, must implement this interface.| Modifier and Type | Method and Description |
|---|---|
I |
proxy(T target,
Class<I> iface)
Create a proxy for the
iface interface, delegating to target. |
Copyright © 2020. All rights reserved.