类 NoUnboundElementsBindHandler

java.lang.Object
org.springframework.boot.context.properties.bind.AbstractBindHandler
org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
所有已实现的接口:
BindHandler

public class NoUnboundElementsBindHandler extends AbstractBindHandler
BindHandler to enforce that all configuration properties under the root name have been bound.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Madhura Bhave