|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Decorating.DecoratingVisitor | |
|---|---|
| com.thoughtworks.proxy.toys.decorate | A toy to decorate the interaction with another object. |
| Uses of Decorating.DecoratingVisitor in com.thoughtworks.proxy.toys.decorate |
|---|
| Methods in com.thoughtworks.proxy.toys.decorate that return Decorating.DecoratingVisitor | ||
|---|---|---|
static
|
Decorating.proxy(U delegate)
Creates a factory for proxy instances that allow decoration. |
|
static
|
Decorating.proxy(U delegate,
Class<T> type)
Creates a factory for proxy instances that allow decoration. |
|
static
|
Decorating.proxy(U delegate,
Class<T> primaryType,
Class<?>... types)
Creates a factory for proxy instances that allow decoration. |
|
Decorating.DecoratingVisitor<T,T> |
Decorating.DecoratingWith.with(T delegate)
specify the delegate |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||