Class NoUnboundElementsBindHandler

java.lang.Object
org.springframework.boot.context.properties.bind.AbstractBindHandler
org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
All Implemented Interfaces:
BindHandler

public class NoUnboundElementsBindHandler extends AbstractBindHandler
BindHandler to enforce that all configuration properties under the root name have been bound.
Since:
2.0.0
Author:
Phillip Webb, Madhura Bhave