类 NoUnboundElementsBindHandler

java.lang.Object
cn.taketoday.context.properties.bind.AbstractBindHandler
cn.taketoday.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.
从以下版本开始:
4.0
作者:
Phillip Webb, Madhura Bhave, Harry Yang