open fun getValidationPropertyMap(): MutableMap<String, String>
Allow Map access to the bean validation properties to be passed to the validation provider, with the option to add or override specific entries.
Useful for specifying entries directly, for example via "validationPropertyMap[myKey]".