Uses of Class
org.fest.reflect.field.DecoratedInvoker
Packages that use DecoratedInvoker
Package
Description
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 DecoratedInvokerModifier and TypeMethodDescriptionDecoratedInvoker.ignoringDecoratorExceptions()
Ignores anyRuntimeException
which comes from the preceding decorator.DecoratedInvoker.ignoringDecoratorExceptionsOfType
(Class<?> exceptionClass) Ignores any exception of theexceptionClass
type which comes from the preceding decorator.DecoratedInvoker.postDecorateWith
(T decorator) Adds a post-decorator to an already decorated fieldInvoker.postDecorateWith
(T decorator) Post-decorates a targeted object's methods.DecoratedInvoker.preDecorateWith
(T decorator) Adds a pre-decorator to an already decorated field.Invoker.preDecorateWith
(T decorator) Pre-decorates a targeted object's methods.DecoratedInvoker.returningDecoratorResult()
Specifies that the result from the decorator should be returned.