MutuallyExclusiveConfigurationPropertiesException
Exception thrown when more than one mutually exclusive configuration property has been configured.
Author
Andy Wilkinson
Phillip Webb
Since
2.6.0
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <V> throwIfMultipleMatchingValuesIn(entries: Consumer<Map<String, V>>, predicate: Predicate<V>)
Throw a new MutuallyExclusiveConfigurationPropertiesException if multiple values are defined in a set of entries that match the given predicate.
Link copied to clipboard
Throw a new MutuallyExclusiveConfigurationPropertiesException if multiple non-null values are defined in a set of entries.