public static class Decorating.DecoratingBuild<U,T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Decorating<U,T> |
decorating |
| Modifier | Constructor and Description |
|---|---|
private |
DecoratingBuild(Decorating<U,T> decorating) |
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Creating a decorating proxy for an object using the
StandardProxyFactory. |
T |
build(ProxyFactory proxyFactory)
Creating a decorating proxy for an object using a special
ProxyFactory. |
private Decorating<U,T> decorating
private DecoratingBuild(Decorating<U,T> decorating)
public T build()
StandardProxyFactory.public T build(ProxyFactory proxyFactory)
ProxyFactory.proxyFactory - the ProxyFactory to use.