SystemEnvironmentPropertySourceEnvironmentPostProcessor

An EnvironmentPostProcessor that replaces the systemEnvironment SystemEnvironmentPropertySource with an OriginAwareSystemEnvironmentPropertySource that can track the SystemEnvironmentOrigin for every system environment property.

Author

Madhura Bhave

Since

2.0.0

Constructors

constructor()

Properties

Link copied to clipboard
val DEFAULT_ORDER: Int = -2147483644
The default order for the processor.
Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647
Link copied to clipboard
open var order: Int

Functions

Link copied to clipboard
abstract fun getOrder(): Int
Link copied to clipboard
Post-process the given environment.