Package com.atlassian.validation


package com.atlassian.validation
  • Class
    Description
    Enumerates possible values for an application property
    Validates boolean values.
    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.
    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 a Validator from a string.