Uses of Interface
com.atlassian.validation.Validator
Package
Description
-
Uses of Validator in com.atlassian.jira.bc.admin
Modifier and TypeClassDescriptionfinal class
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.final class
Validates a list of strings to each be the id of a navigable field that is valid for at least one project.class
Validates a Stable Search max result property value.class
Validates a View Issue max cache size property value.class
Modifier and TypeMethodDescription -
Uses of Validator in com.atlassian.jira.crowd.embedded.encryptors
-
Uses of Validator in com.atlassian.jira.project
-
Uses of Validator in com.atlassian.jira.user.util
-
Uses of Validator in com.atlassian.jira.web.filters.steps.security.csp
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Validator in com.atlassian.validation
Modifier and TypeClassDescriptionfinal class
Validates boolean values.final class
Validates that a field holds one of a fixed static set of values.class
Validate a string matches what we expect for a hex representation of a colour eg.final class
Validates that a string is an integer, optionally within a specific range of values.final class
Do-nothing validator for a String.final class
Validates that a given string is a valid regular expression.final class
Validates that the given string is a valid SimpleDateFormat pattern.Modifier and TypeMethodDescriptionValidatorFactory.getInstance
(String validator) Gets an instance given a validator FQ class name.