| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.validation.SimpleFormErrors |
Simple implementation of FormErrors as a plain Java object with a builder,
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SimpleFormErrors.Builder | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Indicates whether this instance of errors is empty, or has any errors.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.validation.FormErrors
| |||||||||||
Indicates whether this instance of errors is empty, or has any errors.
true, if this instance of FormErrors contains no errors of any type,
false otherwise