All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy

The newest version!
{
	"hints": [],
	"groups": [
		{
			"sourceType": "org.chobit.spring.autoconfigure.rw.RwProperties",
			"name": "rw",
			"type": "org.chobit.spring.rw.RwProperties"
		}
	],
	"properties": [
		{
			"sourceType": "org.chobit.spring.rw.RwProperties",
			"name": "rw.enable",
			"description": "Enable Response Wrapper",
			"type": "java.lang.Boolean",
			"defaultValue": "true"
		},
		{
			"sourceType": "org.chobit.spring.rw.RwProperties",
			"name": "rw.successCode",
			"description": "Success code for response",
			"type": "java.lang.Integer"
		},
		{
			"sourceType": "org.chobit.spring.rw.RwProperties",
			"name": "rw.failCode",
			"description": "Fail code for response",
			"type": "java.lang.Integer"
		},
		{
			"sourceType": "org.chobit.spring.rw.RwProperties",
			"name": "rw.wrapExcept",
			"description": "Whether wrap exception",
			"type": "java.lang.Boolean",
			"defaultValue": "true"
		},
		{
			"sourceType": "org.chobit.spring.rw.RwProperties",
			"name": "rw.silentMode",
			"description": "Whether enable silent mode",
			"type": "java.lang.Boolean",
			"defaultValue": "true"
		}
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy