Uses of Class
org.fest.reflect.field.Invoker
-
Packages that use Invoker Package Description org.fest.reflect.field Provides a "fluent" API for field access via the Java Reflection API. -
-
Uses of Invoker in org.fest.reflect.field
Methods in org.fest.reflect.field that return Invoker Modifier and Type Method Description Invoker<T>
FieldType. in(java.lang.Object target)
Returns a new field access invoker, capable of accessing (read/write) the underlying field.Invoker<T>
FieldTypeRef. in(java.lang.Object target)
Returns a new field invoker.Invoker<T>
StaticFieldType. in(java.lang.Class<?> target)
Returns a new field invoker.Invoker<T>
StaticFieldTypeRef. in(java.lang.Class<?> target)
Returns a new field invoker.
-