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