Package | Description |
---|---|
org.fest.reflect.field |
Provides a "fluent" API
for field access via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
Invoker<T> |
StaticFieldTypeRef.in(Class<?> target)
Returns a new field invoker.
|
Invoker<T> |
StaticFieldType.in(Class<?> target)
Returns a new field invoker.
|
Invoker<T> |
FieldTypeRef.in(Object target)
Returns a new field invoker.
|
Invoker<T> |
FieldType.in(Object target)
Returns a new field access invoker, capable of accessing (read/write) the underlying field.
|
Copyright © 2007–2016. All rights reserved.