Uses of Class
org.fest.reflect.field.StaticFieldName
Packages that use StaticFieldName
Package
Description
Provides a "fluent" API that
makes usage of the Java Reflection API easier and improves code readability.
Provides a "fluent" API
for field access via the Java Reflection API.
-
Uses of StaticFieldName in org.fest.reflect.core
Methods in org.fest.reflect.core that return StaticFieldNameModifier and TypeMethodDescriptionstatic StaticFieldName
Reflection.staticField
(String name) Starting point of the fluent interface for accessing static fields via reflection. -
Uses of StaticFieldName in org.fest.reflect.field
Methods in org.fest.reflect.field that return StaticFieldNameModifier and TypeMethodDescriptionstatic StaticFieldName
StaticFieldName.beginStaticFieldAccess
(String name) Creates a new
: the starting point of the fluent interface for accessing static fields using Java Reflection.StaticFieldName