public class StringValidator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringValidator.EndsWith
Validate that a string ends with a specific string.
|
static class |
StringValidator.Regex
Validate based on a regex string.
|
static class |
StringValidator.StartsWith
Validate that a string starts with a specific string.
|
| Constructor and Description |
|---|
StringValidator() |
Copyright © 2017. All rights reserved.