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 |
MaxValidatorForBigDecimal
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForBigInteger
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForDouble
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForFloat
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForLong
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
MaxValidatorForNumber
Check that the number being validated is less than or equal to the maximum
value specified.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.