FilteredMethodValidationPostProcessor

constructor(excludeFilters: Stream<out MethodValidationExcludeFilter>)
constructor(excludeFilters: Collection<out MethodValidationExcludeFilter>)

Creates a new FilteredMethodValidationPostProcessor that will apply the given excludeFilters when identifying beans that are eligible for method validation post-processing.

Parameters

excludeFilters

filters to apply