Package | Description |
---|---|
org.fest.reflect.field |
Provides a "fluent" API
for field access via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007–2016. All rights reserved.