Uses of Class
r01f.reflection.fluent.StaticFieldTypes.StaticFieldType

Packages that use StaticFieldTypes.StaticFieldType
r01f.reflection.fluent   
 

Uses of StaticFieldTypes.StaticFieldType in r01f.reflection.fluent
 

Methods in r01f.reflection.fluent that return StaticFieldTypes.StaticFieldType
(package private) static
<T> StaticFieldTypes.StaticFieldType<T>
StaticFieldTypes.newFieldType(java.lang.String fieldName, java.lang.Class<T> fieldType)
           
<T> StaticFieldTypes.StaticFieldType<T>
StaticFieldReflection.ofType(java.lang.Class<T> type)
          Sets the type of the field to access.