Configuration Reference

Version:4.8.1-SNAPSHOT

Micronaut Validation Config Properties

🔗
Table 1. Configuration Properties for DefaultValidatorConfiguration
Property Type Description

micronaut.validator.enabled

boolean

Sets whether Micronaut’s validator is enabled.

micronaut.validator.prepend-property-path

boolean

If true, then the path to the property will be automatically added to the error message. <p> Default: true

micronaut.validator.bean-introspector

BeanIntrospector