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