Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal |
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 © 2021 JBoss by Red Hat. All rights reserved.