| Methods in r01f.reflection.fluent that return PropertyInvoker |
private static
|
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
|
PropertyInvoker.newInvoker(java.lang.String propertyName,
java.lang.Class<T> expectedType,
java.lang.Object target)
|
(package private) static
|
PropertyInvoker.newInvoker(java.lang.String propertyName,
TypeRef<T> expectedType,
java.lang.Object target)
|