类 FilteredMethodValidationPostProcessor

所有已实现的接口:
AopInfrastructureBean, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanPostProcessor, InitializationBeanPostProcessor, InitializingBean, cn.taketoday.core.Ordered, Serializable

public class FilteredMethodValidationPostProcessor extends MethodValidationPostProcessor
从以下版本开始:
4.0
作者:
Andy Wilkinson, Harry Yang
另请参阅:
  • 构造器详细资料

    • FilteredMethodValidationPostProcessor

      public FilteredMethodValidationPostProcessor(Stream<? extends MethodValidationExcludeFilter> excludeFilters)
      Creates a new FilteredMethodValidationPostProcessor that will apply the given excludeFilters when identifying beans that are eligible for method validation post-processing.
      参数:
      excludeFilters - filters to apply
    • FilteredMethodValidationPostProcessor

      public FilteredMethodValidationPostProcessor(Collection<? extends MethodValidationExcludeFilter> excludeFilters)
      Creates a new FilteredMethodValidationPostProcessor that will apply the given excludeFilters when identifying beans that are eligible for method validation post-processing.
      参数:
      excludeFilters - filters to apply
  • 方法详细资料