Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal |
Contains
ConstraintValidator implementations for
DecimalMin and DecimalMax
constraints. |
Modifier and Type | Class and Description |
---|---|
class |
DecimalMaxValidatorForBigDecimal
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
DecimalMaxValidatorForBigInteger
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
DecimalMaxValidatorForDouble
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
DecimalMaxValidatorForFloat
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
DecimalMaxValidatorForLong
Check that the number being validated is less than or equal to the maximum
value specified.
|
class |
DecimalMaxValidatorForNumber
Check that the number being validated is less than or equal to the maximum
value specified.
|
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved