public interface Validator
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Validator.Result
Post-validation state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Validator.Result | 
validate(String value)
Validate the given string to see if it passes and if not, why not. 
 | 
Validator.Result validate(String value)
value - all validation input is a String.Copyright © 2002-2024 Atlassian. All Rights Reserved.