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