UnboundElementsSourceFilter

Function used to determine if a ConfigurationPropertySource should be included when determining unbound elements. If the underlying PropertySource is a systemEnvironment or systemProperties property source, it will not be considered for unbound element failures.

Author

Madhura Bhave

Since

2.0.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <V> andThen(after: (in R) -> out V): (T) -> V
Link copied to clipboard
open fun apply(configurationPropertySource: ConfigurationPropertySource): Boolean
Link copied to clipboard
open fun <V> compose(before: (in V) -> out T): (V) -> R
Link copied to clipboard
open fun <T> identity(): (T) -> T