Uses of Class
r01f.reflection.fluent.PropertyReflection

Packages that use PropertyReflection
r01f.reflection.fluent   
 

Uses of PropertyReflection in r01f.reflection.fluent
 

Methods in r01f.reflection.fluent that return PropertyReflection
static PropertyReflection FluentReflection.property(java.lang.String name)
          Starting point of the fluent interface for accessing properties via Bean Instrospection.
(package private) static PropertyReflection PropertyReflection.startPropertyAccess(java.lang.String propertyName)
          Creates a new PropertyReflection: the starting point of the fluent interface for accessing properties using Bean Introspection.