Uses of Class
org.fest.reflect.field.FieldTypeRef
Packages that use FieldTypeRef
Package
Description
Provides a "fluent" API
for field access via the Java Reflection API.
-
Uses of FieldTypeRef in org.fest.reflect.field
Methods in org.fest.reflect.field that return FieldTypeRefModifier and TypeMethodDescription(package private) static <T> FieldTypeRef<T>
FieldTypeRef.newFieldTypeRef
(String name, TypeRef<T> type) <T> FieldTypeRef<T>
Sets the type reference of the field to access.