Package com.atlassian.bitbucket.validation
package com.atlassian.bitbucket.validation
-
ClassDescriptionBaseUrlValidator<T extends Annotation>Base class to validate the base URL of the HTTP and SSH protocols.Validate that multiple fields are identical.A container of field and one or more associated errors, to be displayed in a form.Exception to represent possible validation errors.Validate that the string is a valid http or https URL.Validate a value can be converted to an
Integer
, optionally validating whether the number is positive.Validator for theInt
annotation.Validator for theNonNegativeInt
annotation.Validator for theOptionalString
annotation.Validates an object annotated withRequiredUri
Simple implementation ofFormErrors
as a plain Java object with a builder,