|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.agapple.mapping.core.process.ValueProcessInvocation
public class ValueProcessInvocation

ValueProcess执行的get操作的控制器
| 构造方法摘要 | |
|---|---|
ValueProcessInvocation(GetExecutor getExecutor,
SetExecutor setExecutor,
ValueProcessContext context,
List<ValueProcess> processes)
|
|
| 方法摘要 | |
|---|---|
ValueProcessContext |
getContext()
|
Object |
getInitialValue()
获取初始value值 |
protected Object |
invokeGetExecutor()
执行GetExecutor |
protected Object |
invokeSetExecutor(Object value)
执行SetExecutor |
boolean |
isDebug()
判断当前是否处于debug模式 |
Object |
proceed(Object value)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ValueProcessInvocation(GetExecutor getExecutor,
SetExecutor setExecutor,
ValueProcessContext context,
List<ValueProcess> processes)
| 方法详细信息 |
|---|
public Object getInitialValue()
public Object proceed(Object value)
throws BeanMappingException
BeanMappingExceptionprotected Object invokeGetExecutor()
protected Object invokeSetExecutor(Object value)
public boolean isDebug()
public ValueProcessContext getContext()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||