Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.bv.number.bound |
Contains
ConstraintValidator implementations for
min and max constraints for numbers. |
Modifier and Type | Class and Description |
---|---|
class |
MinValidatorForBigDecimal
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
MinValidatorForBigInteger
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
MinValidatorForDouble
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
MinValidatorForFloat
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
MinValidatorForLong
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
MinValidatorForNumber
Check that the number being validated is greater than or equal to the minimum
value specified.
|
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved