public static class Dispatching.DispatchingBuild<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Dispatching<T> |
dispatching |
| Modifier | Constructor and Description |
|---|---|
private |
DispatchingBuild(Dispatching<T> dispatching) |
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Create a dispatching proxy of given types for the given objects using the
StandardProxyFactory |
T |
build(ProxyFactory factory)
Create a dispatching proxy of given types for the given objects using a special
ProxyFactory. |
private final Dispatching<T> dispatching
private DispatchingBuild(Dispatching<T> dispatching)
public T build()
StandardProxyFactorypublic T build(ProxyFactory factory)
ProxyFactory.factory - the ProxyFactory to use