Uses of Interface
com.atlassian.validation.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in com.atlassian.jira.bc.admin
Classes in com.atlassian.jira.bc.admin that implement ValidatorModifier 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
Methods in com.atlassian.jira.bc.admin that return ValidatorMethods in com.atlassian.jira.bc.admin that return types with arguments of type ValidatorMethod parameters in com.atlassian.jira.bc.admin with type arguments of type ValidatorModifier and TypeMethodDescription -
Uses of Validator in com.atlassian.jira.crowd.embedded.encryptors
Classes in com.atlassian.jira.crowd.embedded.encryptors that implement Validator -
Uses of Validator in com.atlassian.jira.project
Classes in com.atlassian.jira.project that implement Validator -
Uses of Validator in com.atlassian.jira.user.util
Classes in com.atlassian.jira.user.util that implement Validator -
Uses of Validator in com.atlassian.jira.web.filters.steps.security.csp
Classes in com.atlassian.jira.web.filters.steps.security.csp that implement ValidatorModifier and TypeClassDescriptionclass
class
class
-
Uses of Validator in com.atlassian.validation
Classes in com.atlassian.validation that implement ValidatorModifier 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.Methods in com.atlassian.validation that return ValidatorModifier and TypeMethodDescriptionValidatorFactory.getInstance
(String validator) Gets an instance given a validator FQ class name.Methods in com.atlassian.validation that return types with arguments of type Validator