Class ValidatorAdapter

java.lang.Object
org.springframework.boot.autoconfigure.validation.ValidatorAdapter
All Implemented Interfaces:
Aware, DisposableBean, InitializingBean, ApplicationContextAware, SmartValidator, Validator

public class ValidatorAdapter extends Object implements SmartValidator, ApplicationContextAware, InitializingBean, DisposableBean
Validator implementation that delegates calls to another Validator. This Validator implements Spring's SmartValidator interface but does not implement the JSR-303 javax.validator.Validator interface.
Since:
2.0.0
Author:
Stephane Nicoll, Phillip Webb