Package | Description |
---|---|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.internal.constraintvalidators.bv |
Implementations of the Bean Validation built-in 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. |
Modifier and Type | Method and Description |
---|---|
void |
NotNullValidator.initialize(NotNull parameters) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.