Modifier and Type | Class and Description |
---|---|
class |
LinkSortFieldListValidator
Validates a comma separated list of fields to ensure they are only the fields that may be used for specifying the
issue link sort order.
|
class |
NavigableFieldListValidator
Validates a list of strings to each be the id of a navigable field that is valid for at least one project.
|
class |
StableSearchResultCountValidator
Validates a Stable Search max result property value.
|
class |
ViewIssueMaxCacheSizeValidator
Validates a View Issue max cache size property value.
|
class |
ViewIssueMinimumHiddenCommentsValidator |
Modifier and Type | Method and Description |
---|---|
Validator |
ApplicationPropertyMetadata.getValidator() |
Modifier and Type | Method and Description |
---|---|
java.util.function.Supplier<? extends Validator> |
ApplicationPropertyMetadata.Builder.validator() |
Modifier and Type | Method and Description |
---|---|
ApplicationPropertyMetadata.Builder |
ApplicationPropertyMetadata.Builder.validator(java.util.function.Supplier<? extends Validator> validator) |
Modifier and Type | Class and Description |
---|---|
class |
EncryptorPropertyValidator |
Modifier and Type | Class and Description |
---|---|
class |
ProjectKeyRegexValidator
Validates a project's regex.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicatedUsersPropertyValidator |
Modifier and Type | Class and Description |
---|---|
class |
CspSandboxBrowserDifferentiationValidator |
class |
CspSandboxContentDispositionValidator |
class |
CspSandboxContentTypeValidator |
Modifier and Type | Class and Description |
---|---|
class |
BooleanValidator
Validates boolean values.
|
class |
EnumValidator
Validates that a field holds one of a fixed static set of values.
|
class |
HexColourValidator
Validate a string matches what we expect for a hex representation of a colour eg.
|
class |
IntegerValidator
Validates that a string is an integer, optionally within a specific range of values.
|
class |
NonValidator
Do-nothing validator for a String.
|
class |
RegexValidator
Validates that a given string is a valid regular expression.
|
class |
SimpleDateFormatValidator
Validates that the given string is a valid SimpleDateFormat pattern.
|
Modifier and Type | Method and Description |
---|---|
Validator |
ValidatorFactory.getInstance(String validator)
Gets an instance given a validator FQ class name.
|
Modifier and Type | Method and Description |
---|---|
java.util.function.Supplier<Validator> |
ValidatorFactory.getInstanceLazyReference(String validator) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.