META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-boot-validation Show documentation
Show all versions of web-boot-validation Show documentation
An auto configuration framework for api parameter validation.
{
"hints": [
{
"name": "web.common.validation.msg-locale",
"type": "java.lang.String",
"values": [
{
"value": "en",
"description": "英文"
},
{
"value": "zh_CN",
"description": "简体中文"
},
{
"value": "en_US",
"description": "英文/美国"
}
]
}
],
"groups": [
{
"sourceType": "io.github.web.validation.WebValidationAutoConfiguration",
"name": "web.common.validation",
"type": "io.github.web.validation.WebValidationAutoConfiguration"
}
],
"properties": [
{
"sourceType": "io.github.web.validation.interceptor.ParameterExceptionHandler",
"name": "web.common.validation.msg-key",
"type": "java.lang.String"
},
{
"sourceType": "io.github.web.validation.interceptor.ParameterExceptionHandler",
"name": "web.common.validation.code-key",
"type": "java.lang.String"
},
{
"sourceType": "io.github.web.validation.interceptor.ParameterExceptionHandler",
"name": "web.common.validation.msg-locale",
"default": "en",
"type": "java.lang.String"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy