Interface ContextCustomizerFactory

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 ContextCustomizerFactory
Factory for creating ContextCustomizers.

Factories are invoked after ContextLoaders have processed context configuration attributes but before the MergedContextConfiguration is created.

By default, the Spring TestContext Framework will use the SpringFactoriesLoader mechanism for loading factories configured in all META-INF/spring.factories files on the classpath.

Since:
4.3
Author:
Phillip Webb, Sam Brannen