All Classes
-
All Classes Class Summary Annotation Types Summary Class Description BaseValidator ConstraintViolations DataSizeRange The annotated element has to be in the appropriate range.DataSizeRange.List Defines several@SizeRange
annotations on the same element.DurationRange The annotated element has to be in the appropriate range.DurationRange.List Defines several@DurationRange
annotations on the same element.GuavaOptionalValueExtractor AValueExtractor
for Guava'sOptional
.InterpolationHelper Utilities used for message interpolation.MaxDataSize The annotated element must be aDataSize
whose value must be less than or equal to the specified maximum.MaxDataSizeValidator Check that aDataSize
being validated is less than or equal to the minimum value specified.MaxDuration The annotated element must be aDuration
whose value must be higher or equal to the specified minimum.MaxDurationValidator Check that aDuration
being validated is less than or equal to the minimum value specified.MaxSize The annotated element must be aSize
whose value must be less than or equal to the specified maximum.MaxSizeValidator Check that aSize
being validated is less than or equal to the minimum value specified.MethodValidator A validator forValidationMethod
-annotated methods.MinDataSize The annotated element must be aDataSize
whose value must be higher or equal to the specified minimum.MinDataSizeValidator Check that aDataSize
being validated is greater than or equal to the minimum value specified.MinDuration The annotated element must be aDuration
whose value must be higher or equal to the specified minimum.MinDurationValidator Check that aDuration
being validated is greater than or equal to the minimum value specified.MinSize The annotated element must be aSize
whose value must be higher or equal to the specified minimum.MinSizeValidator Check that aSize
being validated is greater than or equal to the minimum value specified.OneOf Checks to see that the value is one of a set of elements.OneOfValidator PortRange A constraint that allows one to specify a port range, but still allow 0 as the port value to indicate dynamically allocated ports.PortRangeValidator Allow 0 to indicate dynamic port range allocation.SelfValidating The annotated element has methods annotated bySelfValidation
.SelfValidatingValidator This class is the base validator for the@SelfValidating
annotation.SelfValidation This method, if used in conjunction withSelfValidating
, will be executed to check if the object itself is valid.SizeRange The annotated element has to be in the appropriate range.SizeRange.List Defines several@SizeRange
annotations on the same element.Validated Due to limit of @see javax.validation.Valid Annotation for validation groups and ordered validations, this annotation is serving supplementary purposes to validation process.ValidationCaller<T> This class represents a wrapper for calling validation methods annotated with@SelfValidation
.ValidationMethod Validates a bean predicate method as returning true.ViolationCollector This class is a simple wrapper around the ConstraintValidatorContext of hibernate validation.