| Package | Description |
|---|---|
| org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
| org.hibernate.validator.internal.constraintvalidators.bv |
Implementations of the Bean Validation built-in constraints.
|
| org.hibernate.validator.internal.constraintvalidators.bv.money | |
| org.hibernate.validator.internal.constraintvalidators.bv.number.bound |
Contains
ConstraintValidator implementations for
min and max constraints for numbers. |
| Modifier and Type | Class and Description |
|---|---|
interface |
Range
The annotated element has to be in the appropriate range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MinValidatorForCharSequence.initialize(Min minValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
MinValidatorForMonetaryAmount.initialize(Min minValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMinValidator.initialize(Min maxValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.