| Package | Description |
|---|---|
| org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
| org.hibernate.validator.constraints.impl |
Implementations of the Bean Validation built-in as well as
Hibernate Validator specific constraints.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
NotEmpty
Asserts that the annotated string, collection, map or array is not
null or empty. |
| Modifier and Type | Method and Description |
|---|---|
void |
SizeValidatorForString.initialize(Size parameters) |
void |
SizeValidatorForMap.initialize(Size parameters) |
void |
SizeValidatorForCollection.initialize(Size parameters) |
void |
SizeValidatorForArraysOfPrimitives.initialize(Size parameters) |
void |
SizeValidatorForArray.initialize(Size parameters) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.