Uses of Interface
org.microbean.reference.ClientProxy
-
Uses of ClientProxy in org.microbean.reference
Classes in org.microbean.reference that implement ClientProxyMethods in org.microbean.reference that return ClientProxyModifier and TypeMethodDescriptionprotected <R> ClientProxy
<R> AbstractClientProxier.instantiate
(Class<?> clientProxyClass, Supplier<? extends R> instanceSupplier) Called by theAbstractClientProxier.instantiate(ProxySpecification, Supplier)
method, creates a new instance of the suppliedclientProxyClass
that proxies contextual instances supplied by the suppliedinstanceSupplier
.protected <R> ClientProxy
<R> AbstractClientProxier.instantiate
(ProxySpecification ps, Supplier<? extends R> instanceSupplier) Called indirectly by theAbstractClientProxier.clientProxy(Request, Supplier)
method when a newClientProxy<R>
instance needs to be created, creates a new instance of aClientProxy<R>
that proxies contextual instances supplied by the suppliedinstanceSupplier
, and returns it.protected <R> ClientProxy
<R> ReflectiveClientProxier.instantiate
(ProxySpecification ps, Supplier<? extends R> instanceSupplier)