org.apache.commons.jexl.util.introspection
public class UberspectImpl.VelGetterImpl extends Object implements VelPropertyGet
Field Summary | |
---|---|
protected AbstractExecutor | ae executor for performing the get. |
Constructor Summary | |
---|---|
VelGetterImpl(AbstractExecutor exec)
Create the getter using an AbstractExecutor to
do the work. |
Method Summary | |
---|---|
String | getMethodName() |
Object | invoke(Object o) |
boolean | isCacheable() |
Parameters: exec the executor.