open class CustomValidatorBean : SpringValidatorAdapter, Validator, InitializingBean
Configurable bean class that exposes a specific JSR-303 Validator through its original interface as well as through the Spring org.springframework.validation.Validator interface.
Author
Juergen Hoeller
Since
3.0
CustomValidatorBean()
Configurable bean class that exposes a specific JSR-303 Validator through its original interface as well as through the Spring org.springframework.validation.Validator interface. |
open fun afterPropertiesSet(): Unit |
|
open fun setMessageInterpolator(messageInterpolator: MessageInterpolator): Unit
Specify a custom MessageInterpolator to use for this Validator. |
|
open fun setTraversableResolver(traversableResolver: TraversableResolver): Unit
Specify a custom TraversableResolver to use for this Validator. |
|
open fun setValidatorFactory(validatorFactory: ValidatorFactory): Unit
Set the ValidatorFactory to obtain the target Validator from. Default is |