Package | Description |
---|---|
com.thoughtworks.proxy.toys.decorate |
A toy to decorate the interaction with another object.
|
Modifier and Type | Method and Description |
---|---|
static <U> Decorating.DecoratingVisitor<U,U> |
Decorating.proxy(U delegate)
Creates a factory for proxy instances that allow decoration.
|
static <U,T> Decorating.DecoratingVisitor<U,T> |
Decorating.proxy(U delegate,
Class<T> type)
Creates a factory for proxy instances that allow decoration.
|
static <U,T> Decorating.DecoratingVisitor<U,T> |
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
|
Copyright © 2005–2017 Codehaus. All rights reserved.