All Classes
-
All Classes Class Summary Annotation Types Summary Class Description BaseValidator This class provides static methods to obtain configuredValidatorinstances.ConstraintViolations This class provides static methods to work with constraint violations.DataSizeRange The annotated element has to be in the appropriate range.DataSizeRange.List Defines several@DataSizeRangeannotations on the same element.DurationRange The annotated element has to be in the appropriate range.DurationRange.List Defines several@DurationRangeannotations on the same element.GuavaOptionalValueExtractor AValueExtractorfor Guava'sOptional.InterpolationHelper Utilities used for message interpolation.MaxDataSize The annotated element must be aDataSizewhose value must be less than or equal to the specified maximum.MaxDataSizeValidator Check that aDataSizebeing validated is less than or equal to the minimum value specified.MaxDuration The annotated element must be aDurationwhose value must be higher or equal to the specified minimum.MaxDurationValidator Check that aDurationbeing validated is less than or equal to the minimum value specified.MethodValidator A validator forValidationMethod-annotated methods.MinDataSize The annotated element must be aDataSizewhose value must be higher or equal to the specified minimum.MinDataSizeValidator Check that aDataSizebeing validated is greater than or equal to the minimum value specified.MinDuration The annotated element must be aDurationwhose value must be higher or equal to the specified minimum.MinDurationValidator Check that aDurationbeing 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 Check that the string representation of an object is in a given set of valid values.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@SelfValidatingannotation.SelfValidation This method, if used in conjunction withSelfValidating, will be executed to check if the object itself is valid.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.