public interface VelMethod
Modifier and Type | Method and Description |
---|---|
Method |
getMethod()
returns the underlying Method
|
String |
getMethodName()
returns the method name used
|
Class |
getReturnType()
returns the return type of the method invoked
|
Object |
invoke(Object o,
Object[] params)
invocation method - called when the method invocation should be
performed and a value returned
|
boolean |
isCacheable()
specifies if this VelMethod is cacheable and able to be
reused for this class of object it was returned for
|
Object invoke(Object o, Object[] params) throws IllegalAccessException, InvocationTargetException
o
- params
- IllegalAccessException
InvocationTargetException
boolean isCacheable()
String getMethodName()
Method getMethod()
Class getReturnType()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.