|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecoratedInvoker | |
|---|---|
| org.fest.reflect.field | Provides a "fluent" API for field access via the Java Reflection API. |
| Uses of DecoratedInvoker in org.fest.reflect.field |
|---|
| Methods in org.fest.reflect.field that return DecoratedInvoker | |
|---|---|
DecoratedInvoker<T> |
DecoratedInvoker.ignoringDecoratorExceptions()
Ignores any RuntimeException which comes from the preceding decorator. |
DecoratedInvoker<T> |
DecoratedInvoker.ignoringDecoratorExceptionsOfType(Class<?> exceptionClass)
Ignores any exception of the exceptionClass type which comes from the preceding decorator. |
DecoratedInvoker<T> |
Invoker.postDecorateWith(T decorator)
Post-decorates a targeted object's methods. |
DecoratedInvoker<T> |
DecoratedInvoker.postDecorateWith(T decorator)
Adds a post-decorator to an already decorated field |
DecoratedInvoker<T> |
Invoker.preDecorateWith(T decorator)
Pre-decorates a targeted object's methods. |
DecoratedInvoker<T> |
DecoratedInvoker.preDecorateWith(T decorator)
Adds a pre-decorator to an already decorated field. |
DecoratedInvoker<T> |
DecoratedInvoker.returningDecoratorResult()
Specifies that the result from the decorator should be returned. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||