Class IgnoreErrorsBindHandler

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

public class IgnoreErrorsBindHandler extends AbstractBindHandler
BindHandler that can be used to ignore binding errors.
Since:
2.0.0
Author:
Phillip Webb, Madhura Bhave