EnvironmentPostProcessorsFactory

Factory interface used by the EnvironmentPostProcessorApplicationListener to create the EnvironmentPostProcessor instances.

Author

Phillip Webb

Since

2.4.0

Functions

Link copied to clipboard
Return a EnvironmentPostProcessorsFactory backed by spring.factories.
Link copied to clipboard
Link copied to clipboard
Return a EnvironmentPostProcessorsFactory that reflectively creates post processors from the given classes.
open fun of(classLoader: ClassLoader, classNames: Array<String>): EnvironmentPostProcessorsFactory
Return a EnvironmentPostProcessorsFactory that reflectively creates post processors from the given class names.