Uses of Class
r01f.reflection.fluent.FieldTypes.FieldType

Packages that use FieldTypes.FieldType
r01f.reflection.fluent   
 

Uses of FieldTypes.FieldType in r01f.reflection.fluent
 

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