Example usage for org.springframework.boot.context.properties ConfigurationPropertiesBinder.InternalValidator interface-usage

List of usage examples for org.springframework.boot.context.properties ConfigurationPropertiesBinder.InternalValidator interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.context.properties ConfigurationPropertiesBinder.InternalValidator interface-usage.

Usage

From source file org.springframework.boot.context.properties.ValidatedLocalValidatorFactoryBean.java

/**
 * {@link LocalValidatorFactoryBean} supports classes annotated with
 * {@link Validated @Validated}.
 *
 * @author Phillip Webb
 */