クラス 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