Package | Description |
---|---|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.internal.constraintvalidators.bv.size |
Implementations of the Bean Validation
Size constraint. |
Modifier and Type | Class and Description |
---|---|
interface |
NotEmpty
Deprecated.
use the standard
NotEmpty constraint instead |
Modifier and Type | Method and Description |
---|---|
void |
SizeValidatorForMap.initialize(Size parameters) |
void |
SizeValidatorForCollection.initialize(Size parameters) |
void |
SizeValidatorForCharSequence.initialize(Size parameters) |
void |
SizeValidatorForArraysOfPrimitives.initialize(Size parameters) |
void |
SizeValidatorForArray.initialize(Size parameters) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.