org.apache.commons.jexl.util
public class PropertyExecutor extends AbstractExecutor
Since: 1.0
Field Summary | |
---|---|
protected Introspector | introspector The JEXL introspector used. |
protected String | methodUsed The method used. |
Constructor Summary | |
---|---|
PropertyExecutor(Log r, Introspector ispctr, Class clazz, String property)
Constructor.
|
Method Summary | |
---|---|
protected void | discover(Class clazz, String property)
Locate the getter method for this property.
|
Object | execute(Object o) |
Parameters: r The log for this property executor instance. ispctr The JEXL introspector. clazz The class being examined. property The property being addressed.
Parameters: clazz The class being analyzed. property Name of the property.