public static class UberspectImpl.VelGetterImpl extends java.lang.Object implements VelPropertyGet
| 构造器和说明 |
|---|
VelGetterImpl(AbstractExecutor exec) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getMethodName()
returns the method name used to return this 'property'
|
java.lang.Object |
invoke(java.lang.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 java.lang.Object invoke(java.lang.Object o)
throws java.lang.Exception
VelPropertyGetinvoke 在接口中 VelPropertyGetjava.lang.ExceptionVelPropertyGet.invoke(java.lang.Object)public boolean isCacheable()
VelPropertyGetisCacheable 在接口中 VelPropertyGetVelPropertyGet.isCacheable()public java.lang.String getMethodName()
VelPropertyGetgetMethodName 在接口中 VelPropertyGetVelPropertyGet.getMethodName()