public static class UberspectImpl.VelSetterImpl extends java.lang.Object implements VelPropertySet
| 构造器和说明 |
|---|
VelSetterImpl(SetExecutor setExecutor) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getMethodName()
returns the method name used to set this 'property'
|
java.lang.Object |
invoke(java.lang.Object o,
java.lang.Object value)
Invoke the found Set Executor.
|
boolean |
isCacheable()
specifies if this VelPropertySet is cacheable and able to be
reused for this class of object it was returned for
|
public VelSetterImpl(SetExecutor setExecutor)
setExecutor - public java.lang.Object invoke(java.lang.Object o,
java.lang.Object value)
throws java.lang.Exception
invoke 在接口中 VelPropertySeto - is the Object to invoke it on.value - in the Value to set.java.lang.Exceptionpublic boolean isCacheable()
VelPropertySetisCacheable 在接口中 VelPropertySetVelPropertySet.isCacheable()public java.lang.String getMethodName()
VelPropertySetgetMethodName 在接口中 VelPropertySetVelPropertySet.getMethodName()