Uses of Class
jakarta.validation.constraints.Max
-
Packages that use Max Package Description jakarta.validation.constraints Contains all the Jakarta Bean Validation provided constraints also called built-in constraints.org.hibernate.validator.constraints Hibernate Validator specific constraints.org.hibernate.validator.internal.constraintvalidators.bv.money org.hibernate.validator.internal.constraintvalidators.bv.number.bound ContainsConstraintValidatorimplementations for min and max constraints for numbers. -
-
Uses of Max in jakarta.validation.constraints
Methods in jakarta.validation.constraints that return Max Modifier and Type Method Description Max[]value() -
Uses of Max in org.hibernate.validator.constraints
Classes in org.hibernate.validator.constraints with annotations of type Max Modifier and Type Class Description interfaceRangeThe annotated element has to be in the appropriate range. -
Uses of Max in org.hibernate.validator.internal.constraintvalidators.bv.money
Methods in org.hibernate.validator.internal.constraintvalidators.bv.money with parameters of type Max Modifier and Type Method Description voidMaxValidatorForMonetaryAmount. initialize(Max maxValue) -
Uses of Max in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Methods in org.hibernate.validator.internal.constraintvalidators.bv.number.bound with parameters of type Max Modifier and Type Method Description voidAbstractMaxValidator. initialize(Max maxValue)
-