类 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
-
构造器详细资料
-
UnboundElementsSourceFilter
public UnboundElementsSourceFilter()
-
-
方法详细资料
-
apply
- 指定者:
apply在接口中Function<ConfigurationPropertySource,Boolean>
-