类 UnboundElementsSourceFilter

java.lang.Object
cn.taketoday.context.properties.source.UnboundElementsSourceFilter
所有已实现的接口:
Function<ConfigurationPropertySource,Boolean>

public class UnboundElementsSourceFilter extends Object implements Function<ConfigurationPropertySource,Boolean>
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.
从以下版本开始:
4.0
作者:
Madhura Bhave, Harry Yang