-
Returns a
Proxy
appropriate for the supplied proxy specification and
Supplier
of contextual
instances.
protected abstract <R> Proxy<R>
AbstractReflectiveProxier.proxy(PS ps,
Class<?>[] interfaces,
Supplier<? extends R> instanceSupplier)
Returns a
Proxy
appropriate for the supplied specification and
Supplier
of contextual instances.
AbstractReflectiveProxier.proxy(PS ps,
Supplier<? extends R> instanceSupplier)
Returns a
Proxy
appropriate for the supplied specification and
Supplier
of instances.