Uses of Class
org.fest.reflect.field.FieldType
-
Packages that use FieldType Package Description org.fest.reflect.field Provides a "fluent" API for field access via the Java Reflection API. -
-
Uses of FieldType in org.fest.reflect.field
Methods in org.fest.reflect.field that return FieldType Modifier and Type Method Description <T> FieldType<T>
FieldName. ofType(java.lang.Class<T> type)
Sets the type of the field to access.
-