Package | Description |
---|---|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
Modifier and Type | Class and Description |
---|---|
interface |
NotBlank
Validate that the annotated string is not
null or empty. |
interface |
NotEmpty
Asserts that the annotated string, collection, map or array is not
null or empty. |
interface |
Range
The annotated element has to be in the appropriate range.
|
interface |
URL
Validate that the string is a valid URL.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.