public class CompositeValidator
extends java.lang.Object
org.springframework.validation.Validator that validates objects using composition of other
validators| Constructor and Description |
|---|
CompositeValidator() |
| Modifier and Type | Method and Description |
|---|---|
Validator[] |
getValidators() |
void |
setValidators(Validator[] validators) |
boolean |
supports(java.lang.Class<?> clazz) |
void |
validate(java.lang.Object object,
Errors errors) |
Copyright © 2018 SAP SE. All Rights Reserved.