Uses of Class
org.fest.reflect.beanproperty.PropertyName
Packages that use PropertyName
Package
Description
Provides a "fluent" API
for property access via the Bean Instrospection API.
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 PropertyNameModifier and TypeMethodDescriptionstatic PropertyName
PropertyName.startPropertyAccess
(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 PropertyNameModifier and TypeMethodDescriptionstatic PropertyName
Starting point of the fluent interface for accessing properties via Bean Introspection.