Package com.atlassian.validation
package com.atlassian.validation
-
ClassDescriptionEnumerates possible values for an application propertyValidates boolean values.Enumerator<T>Generic enumerator interface to support some form of enumerated values.Validates that a field holds one of a fixed static set of values.A
Validator.Result
that represents epic validation failure.Validate a string matches what we expect for a hex representation of a colour eg.Validates that a string is an integer, optionally within a specific range of values.Do-nothing validator for a String.Validates that a given string is a valid regular expression.Validates that the given string is a valid SimpleDateFormat pattern.Basic implementation of a successful validation result that takes an instance of the value object to be returned as the valid instance.Validated<T>Convenience composite for holding the validation results and a domain object.Small abstraction to enable valdiation of Strings.Post-validation state.Creates an instance of aValidator
from a string.