Uses of Interface
manifold.ext.rt.api.IProxyFactory
-
Packages that use IProxyFactory Package Description manifold.ext.rt manifold.ext.rt.api -
-
Uses of IProxyFactory in manifold.ext.rt
Methods in manifold.ext.rt that return IProxyFactory Modifier and Type Method Description static IProxyFactoryRuntimeMethods. maybeSelfProxyClass(Class<?> rootClass, Class<?> iface) -
Uses of IProxyFactory in manifold.ext.rt.api
Subinterfaces of IProxyFactory in manifold.ext.rt.api Modifier and Type Interface Description interfaceIProxyFactory_gen<T,I>!!!Methods in manifold.ext.rt.api that return IProxyFactory Modifier and Type Method Description IProxyFactoryIDynamicProxyFactory. makeProxyFactory(Class iface, Class rootClass)
-