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 | 
|---|---|
| ognl.PropertyAccessor | getPropertyAccessor(String propertyName,
                   T obj)Returns a prooerty accessor appropriate for the property name and the
 object passed. | 
ognl.PropertyAccessor getPropertyAccessor(String propertyName, T obj)
propertyName - The name of the property.obj - The root object to evaluate.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.