Uses of Class
org.fest.reflect.beanproperty.PropertyName
-
Packages that use PropertyName Package Description org.fest.reflect.beanproperty Provides a "fluent" API for property access via the Bean Instrospection API.org.fest.reflect.core Provides a "fluent" API that makes usage of the Java Reflection API easier and improves code readability. -
-
Uses of PropertyName in org.fest.reflect.beanproperty
Methods in org.fest.reflect.beanproperty that return PropertyName Modifier and Type Method Description static PropertyName
PropertyName. startPropertyAccess(java.lang.String name)
Creates a new
: the starting point of the fluent interface for accessing properties using Bean Introspection.PropertyName
-
Uses of PropertyName in org.fest.reflect.core
Methods in org.fest.reflect.core that return PropertyName Modifier and Type Method Description static PropertyName
Reflection. property(java.lang.String name)
Starting point of the fluent interface for accessing properties via Bean Introspection.
-