| Package | Description |
|---|---|
| com.github.mangstadt.vinnie.validate |
Contains classes that can contain validation functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static AllowedCharacters |
VObjectValidator.allowedCharactersGroup(SyntaxStyle syntax,
boolean strict)
Gets the list of allowed characters for group names.
|
static AllowedCharacters |
VObjectValidator.allowedCharactersParameterName(SyntaxStyle syntax,
boolean strict)
Gets the list of allowed characters for parameter names.
|
static AllowedCharacters |
VObjectValidator.allowedCharactersParameterValue(SyntaxStyle syntax,
boolean caretEncoding,
boolean strict)
Gets the list of allowed characters for parameter values.
|
static AllowedCharacters |
VObjectValidator.allowedCharactersPropertyName(SyntaxStyle syntax,
boolean strict)
Gets the list of allowed characters for property names.
|
AllowedCharacters |
AllowedCharacters.Builder.build()
Constructs the final
AllowedCharacters object. |
AllowedCharacters |
AllowedCharacters.flip()
Returns an allowed character list that is the opposite of this allowed
character list (in other words, characters that are NOT allowed).
|
| Constructor and Description |
|---|
Builder(AllowedCharacters original)
Initializes the builder with an existing
AllowedCharacters
object. |
Copyright © 2016–2018 Michael Angstadt. All rights reserved.