public class ValidationErrors extends Object implements Iterable<org.springframework.validation.ObjectError>
ObjectErrors caused by bind validation failures.
 Where possible, included FieldErrors will be OriginProvider.| Modifier and Type | Method and Description | 
|---|---|
| List<org.springframework.validation.ObjectError> | getAllErrors()Return the list of all validation errors. | 
| Set<ConfigurationProperty> | getBoundProperties()Return the properties that were bound before validation failed. | 
| ConfigurationPropertyName | getName()Return the name of the item that was being validated. | 
| boolean | hasErrors() | 
| Iterator<org.springframework.validation.ObjectError> | iterator() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ConfigurationPropertyName getName()
public Set<ConfigurationProperty> getBoundProperties()
public boolean hasErrors()
public List<org.springframework.validation.ObjectError> getAllErrors()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.