org.apache.commons.jexl.util.introspection
public class UberspectImpl.VelMethodImpl extends Object implements VelMethod
Field Summary | |
---|---|
protected Method | method the method. |
Constructor Summary | |
---|---|
VelMethodImpl(Method m)
Create a new instance.
|
Method Summary | |
---|---|
String | getMethodName() |
Class | getReturnType() |
Object | invoke(Object o, Object[] params) |
boolean | isCacheable() |
Parameters: m the method.