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 |
DecimalMinValidatorForBigDecimal
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
DecimalMinValidatorForBigInteger
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
DecimalMinValidatorForDouble
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
DecimalMinValidatorForFloat
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
DecimalMinValidatorForLong
Check that the number being validated is greater than or equal to the minimum
value specified.
|
class |
DecimalMinValidatorForNumber
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