public class UnboundElementsSourceFilter extends java.lang.Object implements java.util.function.Function<ConfigurationPropertySource,java.lang.Boolean>
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.| Constructor and Description |
|---|
UnboundElementsSourceFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
apply(ConfigurationPropertySource configurationPropertySource) |
public java.lang.Boolean apply(ConfigurationPropertySource configurationPropertySource)
apply in interface java.util.function.Function<ConfigurationPropertySource,java.lang.Boolean>