Interface ValidationConfigurationCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ValidationConfigurationCustomizer
Callback interface that can be used to customize Configuration.
Since:
3.0.0
Author:
Dang Zhicairang
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(Configuration<?> configuration)
    Customize the given configuration.
  • Method Details

    • customize

      void customize(Configuration<?> configuration)
      Customize the given configuration.
      Parameters:
      configuration - the configuration to customize