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 © 2001-2017 The Apache Software Foundation. All Rights Reserved.