All Classes
-
All Classes Class Summary Annotation Types Summary Class Description BaseValidator ConstraintViolations DurationRange The annotated element has to be in the appropriate range.DurationRange.List Defines several@DurationRange
annotations on the same element.GuavaOptionalValidatedValueUnwrapper AValidatedValueUnwrapper
for Guava'sOptional
.InterpolationHelper Utilities used for message interpolation.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.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 OptionalDoubleValidatedValueUnwrapper AValidatedValueUnwrapper
forOptionalDouble
.OptionalIntValidatedValueUnwrapper AValidatedValueUnwrapper
forOptionalInt
.OptionalLongValidatedValueUnwrapper AValidatedValueUnwrapper
forOptionalLong
.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.