T - target object type for extractionpublic interface PropertyExtractor<T>
Property values from Java objects.| Modifier and Type | Method and Description |
|---|---|
<V> V |
getPropertyValue(T obj,
PropertyDef<V> propertyDef)
Read the value of the property defined by
propertyDef from the given object. |
<V> V getPropertyValue(T obj, PropertyDef<V> propertyDef)
propertyDef from the given object.V - value typeobj - Java objectpropertyDef - definition of which property to readIllegalArgumentException - if this instance does not recognize propertyDefNullPointerException - if either parameter is nullCopyright © 2017. All rights reserved.