public abstract class PropertiesMappingDirective extends java.lang.Object implements TemplateDirective
PropertiesMappingDirective
| 限定符和类型 | 字段和说明 |
|---|---|
protected static java.lang.String |
DEFAULT_PARAM_NAME_NAME |
protected cn.featherfly.common.repository.mapping.MappingFactory |
mappingFactory |
protected static java.lang.String |
PARAM_NAME_ALIAS |
protected static java.lang.String |
PARAM_NAME_MAPPING |
protected java.lang.String |
paramName |
protected java.lang.Class<?> |
resultType |
| 构造器和说明 |
|---|
PropertiesMappingDirective(cn.featherfly.common.repository.mapping.MappingFactory mappingFactory,
java.lang.Class<?> resultType) |
PropertiesMappingDirective(java.lang.String paramName,
cn.featherfly.common.repository.mapping.MappingFactory mappingFactory,
java.lang.Class<?> resultType) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getParamName()
返回paramName
|
void |
setParamName(java.lang.String paramName)
设置paramName
|
protected static final java.lang.String DEFAULT_PARAM_NAME_NAME
protected static final java.lang.String PARAM_NAME_ALIAS
protected static final java.lang.String PARAM_NAME_MAPPING
protected cn.featherfly.common.repository.mapping.MappingFactory mappingFactory
protected java.lang.Class<?> resultType
protected java.lang.String paramName
public PropertiesMappingDirective(cn.featherfly.common.repository.mapping.MappingFactory mappingFactory,
java.lang.Class<?> resultType)
mappingFactory - mappingFactoryresultType - resultTypepublic PropertiesMappingDirective(java.lang.String paramName,
cn.featherfly.common.repository.mapping.MappingFactory mappingFactory,
java.lang.Class<?> resultType)
paramName - paramNamemappingFactory - mappingFactoryresultType - resultType