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.OneOf
Validate that a string is one from the specified set.
|
static class |
StringValidator.OneOfIgnoringCase
Validate that a string is one from the specified set ignoring case.
|
static class |
StringValidator.Regex
Validate based on a regex string.
|
static class |
StringValidator.StartsWith
Validate that a string starts with a specific string.
|
Copyright © 2022. All rights reserved.