クラス UnboundElementsSourceFilter

java.lang.ObjectSE
org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
実装されたすべてのインターフェース:
FunctionSE<ConfigurationPropertySource,BooleanSE>

public class UnboundElementsSourceFilter extends ObjectSE implements FunctionSE<ConfigurationPropertySource,BooleanSE>
バインドされていない要素を決定するときに ConfigurationPropertySource を含める必要があるかどうかを判断するために使用される関数。基礎となる PropertySource が systemEnvironment または systemProperties プロパティソースである場合、バインドされていない要素の障害には考慮されません。
導入:
2.0.0
作成者:
Madhura Bhave