T - The type of the root object to evaluate.public interface PropertyAccessorDelegateFactory<T>
PropertyAccessor depending on the property name and the
object to evaluate.| Modifier and Type | Method and Description |
|---|---|
PropertyAccessor |
getPropertyAccessor(java.lang.String propertyName,
T obj)
Returns a prooerty accessor appropriate for the property name and the
object passed.
|
PropertyAccessor getPropertyAccessor(java.lang.String propertyName,
T obj)
propertyName - The name of the property.obj - The root object to evaluate.