Uses of Class
org.microbean.reference.ProxySpecification
-
Uses of ProxySpecification in org.microbean.reference
Methods in org.microbean.reference with parameters of type ProxySpecificationModifier and TypeMethodDescriptionprotected T
AbstractClientProxier.generate
(ProxySpecification ps) Called indirectly by the default implementation of theAbstractClientProxier.instantiate(ProxySpecification, Supplier)
method, creates a generated class definition from the information present in the suppliedProxySpecification
, and returns it for eventual supplying to an inovcation of theAbstractClientProxier.clientProxyClass(Object, ClassLoader)
method (optional operation).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)