We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be07a8a commit 97167ceCopy full SHA for 97167ce
spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationProperties.java
@@ -72,8 +72,9 @@
72
boolean ignoreUnknownFields() default true;
73
74
/**
75
- * Flag to indicate that validation errors can be swallowed. If set they will be
76
- * logged, but not propagate to the caller.
+ * Flag to indicate that an exception should be raised if a Validator is
+ * available and validation fails. If it is set to false, validation errors will be swallowed.
77
+ * They will be logged, but not propagated to the caller.
78
* @return the flag value (default true)
79
*/
80
boolean exceptionIfInvalid() default true;
0 commit comments