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