public static class TestableUberspect.VelMethodImpl extends Object implements org.apache.velocity.util.introspection.VelMethod
| Constructor and Description |
|---|
VelMethodImpl(Method m) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName() |
Class<?> |
getReturnType() |
Object |
invoke(Object o,
Object[] params) |
boolean |
isCacheable() |
public VelMethodImpl(Method m)
public Object invoke(Object o, Object[] params) throws Exception
invoke in interface org.apache.velocity.util.introspection.VelMethodExceptionpublic boolean isCacheable()
isCacheable in interface org.apache.velocity.util.introspection.VelMethodpublic String getMethodName()
getMethodName in interface org.apache.velocity.util.introspection.VelMethodpublic Class<?> getReturnType()
getReturnType in interface org.apache.velocity.util.introspection.VelMethodCopyright © 2021. All rights reserved.