public class RuntimeContextImpl extends Object implements RuntimeContext
| 构造器和说明 |
|---|
RuntimeContextImpl(Map<String,Object> parameterMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getNullablePropertyValue(String parameterName,
String propertyPath) |
Object |
getPropertyValue(String parameterName,
String propertyPath) |
void |
setPropertyValue(String parameterName,
String propertyPath,
Object value) |
public Object getPropertyValue(String parameterName, String propertyPath)
getPropertyValue 在接口中 RuntimeContext@Nullable public Object getNullablePropertyValue(String parameterName, String propertyPath)
getNullablePropertyValue 在接口中 RuntimeContextpublic void setPropertyValue(String parameterName, String propertyPath, Object value)
setPropertyValue 在接口中 RuntimeContextCopyright © 2014. All rights reserved.