Package | Description |
---|---|
net.ymate.platform.validation |
Modifier and Type | Method and Description |
---|---|
ValidationMeta.ParamInfo |
ValidateContext.getParamInfo() |
Modifier and Type | Method and Description |
---|---|
Map<String,ValidationMeta.ParamInfo> |
ValidationMeta.getFields() |
Map<String,ValidationMeta.ParamInfo> |
ValidationMeta.MethodInfo.getParams() |
Map<String,ValidationMeta.ParamInfo> |
ValidationMeta.parseClassFields(String parentFieldName,
Class<?> targetClass) |
Modifier and Type | Method and Description |
---|---|
void |
ValidationMeta.MethodInfo.setParams(Map<String,ValidationMeta.ParamInfo> params) |
Constructor and Description |
---|
ValidateContext(IApplication owner,
Annotation annotation,
ValidationMeta.ParamInfo paramInfo,
Map<String,Object> paramValues,
Map<String,String> contextParams,
String resourceName) |
Copyright © 2022. All rights reserved.