Package com.atlassian.bitbucket.validation.annotation
package com.atlassian.bitbucket.validation.annotation
-
ClassDescriptionSupport for multiple
ConditionalNotEmpty
annotations on the same typeValidate that multiple fields on an object have identical values.Validate that the string is a valid https or https URL.Validate a number is a valid integer.Validate a number is a non-negative integer.Optional but if it is supplied it must be no longer than max characters and must not be the empty string (0-length).Validate that a field is non-blankValidate that the string is not empty and below a certain size, and report any violation as a single message.Grouping ofRequiredString
s.Validates that a URI is present and that it'sASCII representation
does not exceedRequiredUri.size()
characters in length