Uses of Class
r01f.reflection.fluent.PropertyInvoker

Packages that use PropertyInvoker
r01f.reflection.fluent   
 

Uses of PropertyInvoker in r01f.reflection.fluent
 

Methods in r01f.reflection.fluent that return PropertyInvoker
private static
<T> PropertyInvoker<T>
PropertyInvoker._createInvoker(java.lang.String name, java.lang.Class<?> expectedType, java.lang.Object target)
           
 PropertyInvoker<T> PropertyTypes.PropertyType.in(java.lang.Object target)
          Returns a new property invoker.
 PropertyInvoker<T> PropertyTypes.PropertyTypeGenerics.in(java.lang.Object target)
          Returns a new property invoker.
(package private) static
<T> PropertyInvoker<T>
PropertyInvoker.newInvoker(java.lang.String propertyName, java.lang.Class<T> expectedType, java.lang.Object target)
           
(package private) static
<T> PropertyInvoker<T>
PropertyInvoker.newInvoker(java.lang.String propertyName, TypeRef<T> expectedType, java.lang.Object target)