public static class Delegating.DelegatingBuild<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Delegating<T> |
delegating |
| Modifier | Constructor and Description |
|---|---|
private |
DelegatingBuild(Delegating<T> delegating) |
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Creating a delegating proxy for an object using the
StandardProxyFactory. |
T |
build(ProxyFactory factory)
Creating a delegating proxy for an object using a special
ProxyFactory. |
protected Delegating<T> delegating
private DelegatingBuild(Delegating<T> delegating)
public T build()
StandardProxyFactory.public T build(ProxyFactory factory)
ProxyFactory.factory - the ProxyFactory to use.