Uses of Class
r01f.reflection.fluent.PropertyTypes.PropertyType

Packages that use PropertyTypes.PropertyType
r01f.reflection.fluent   
 

Uses of PropertyTypes.PropertyType in r01f.reflection.fluent
 

Methods in r01f.reflection.fluent that return PropertyTypes.PropertyType
(package private) static
<T> PropertyTypes.PropertyType<T>
PropertyTypes.newPropertyType(java.lang.String name, java.lang.Class<T> type)
           
<T> PropertyTypes.PropertyType<T>
PropertyReflection.ofType(java.lang.Class<T> type)
          Sets the type of the property to access.