| java.lang.Object | |
| ↳ | com.atlassian.validation.NonValidator |
Do-nothing validator for a String. All valid, all the time.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validate the given string to see if it passes and if not, why not.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.validation.Validator
| |||||||||||||
Validate the given string to see if it passes and if not, why not.
| value | all validation input is a String. |
|---|

