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 |
MaxValidatorForCharSequence.initialize(Max maxValue) |
Modifier and Type | Method and Description |
---|---|
void |
MaxValidatorForMonetaryAmount.initialize(Max maxValue) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMaxValidator.initialize(Max maxValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.