public static class UberspectImpl.VelGetterImpl extends Object implements VelPropertyGet
Constructor and Description |
---|
VelGetterImpl(AbstractExecutor exec) |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName()
returns the method name used to return this 'property'
|
Object |
invoke(Object o)
invocation method - called when the 'get action' should be
preformed and a value returned
|
boolean |
isCacheable()
specifies if this VelPropertyGet is cacheable and able to be
reused for this class of object it was returned for
|
public VelGetterImpl(AbstractExecutor exec)
exec
- public Object invoke(Object o) throws IllegalAccessException, InvocationTargetException
VelPropertyGet
invoke
in interface VelPropertyGet
IllegalAccessException
InvocationTargetException
VelPropertyGet.invoke(java.lang.Object)
public boolean isCacheable()
VelPropertyGet
isCacheable
in interface VelPropertyGet
VelPropertyGet.isCacheable()
public String getMethodName()
VelPropertyGet
getMethodName
in interface VelPropertyGet
VelPropertyGet.getMethodName()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.