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