Package | Description |
---|---|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.internal.constraintvalidators |
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 |
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 © 2018 JBoss by Red Hat. All rights reserved.