DecoratedInvoker<T> |
DecoratedInvoker.ignoringDecoratorExceptions() |
Ignores any RuntimeException which comes from the preceding decorator.
|
DecoratedInvoker<T> |
DecoratedInvoker.ignoringDecoratorExceptionsOfType(java.lang.Class<?> exceptionClass) |
Ignores any exception of the exceptionClass type which comes from the preceding decorator.
|
DecoratedInvoker<T> |
DecoratedInvoker.postDecorateWith(T decorator) |
Adds a post-decorator to an already decorated field
|
DecoratedInvoker<T> |
Invoker.postDecorateWith(T decorator) |
Post-decorates a targeted object's methods.
|
DecoratedInvoker<T> |
DecoratedInvoker.preDecorateWith(T decorator) |
Adds a pre-decorator to an already decorated field.
|
DecoratedInvoker<T> |
Invoker.preDecorateWith(T decorator) |
Pre-decorates a targeted object's methods.
|
DecoratedInvoker<T> |
DecoratedInvoker.returningDecoratorResult() |
Specifies that the result from the decorator should be returned.
|