Uses of Class
org.fest.reflect.beanproperty.PropertyType
-
Packages that use PropertyType Package Description org.fest.reflect.beanproperty Provides a "fluent" API for property access via the Bean Instrospection API. -
-
Uses of PropertyType in org.fest.reflect.beanproperty
Methods in org.fest.reflect.beanproperty that return PropertyType Modifier and Type Method Description <T> PropertyType<T>
PropertyName. ofType(java.lang.Class<T> type)
Sets the type of the property to access.
-