Package io.micronaut.validation.validator.constraints
@Requires(property="micronaut.validator.enabled",
value="true",
defaultValue="true")
package io.micronaut.validation.validator.constraints
Package annotations.
- Since:
- 4.9.0
-
ClassDescriptionConstraint validator that can be used at either runtime or compilation time and is capable of validation
Constraintinstances.Subset of theConstraintValidatorContextinterface without the unnecessary parts.Interface for a class that is a registry of contraint validator.Abstract implementation of a validator forDecimalMax.Abstract implementation of a validator forDecimalMin.A factory bean that contains implementation for many of the default validations.Key for caching validators.The default implementation ofInternalConstraintValidatorFactory.AbstractDigitsvalidator implementation.Forked from Hibernate Validator.Provides Email validation.Validator for theInEnumconstraint.Validator for theInListconstraint.Internal version ofConstraintValidatorFactory.Validator for theNotInEnumconstraint.Validator for theNotInListconstraint.Validator for thePatternannotation.Abstract implementation of aSizevalidator.Validator for theUniqueElementsconstraint.