Package manifold.ext.rt.api
Interface IProxyFactory<T,I>
-
- Type Parameters:
T- The type of the value the proxy will delegate to.I- The interface to proxy
- All Known Subinterfaces:
IProxyFactory_gen<T,I>
public interface IProxyFactory<T,I>TheStructural.factoryClass(), if provided, must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iproxy(T target, Class<I> iface)Create a proxy for theifaceinterface, delegating totarget.
-