Package | Description |
---|---|
org.hibernate.validator.constraints |
Hibernate Validator specific constraints.
|
org.hibernate.validator.constraints.br |
Hibernate Validator Brazilian constraints.
|
org.hibernate.validator.internal.constraintvalidators |
Implementations of the Bean Validation built-in as well as
Hibernate Validator specific constraints.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the
representation of method level constraints.
|
Class and Description |
---|
CompositionType
The Enum
CompositionType which is used as argument to the annotation ConstraintComposition . |
ModCheck
Modulo check constraint.
|
ModCheck.ModType |
SafeHtml.WhiteListType
Defines default whitelist implementations
|
Class and Description |
---|
ModCheck.List
Defines several
@ModCheck annotations on the same element. |
Class and Description |
---|
Email
The string has to be a well-formed email address.
|
Length
Validate that the string is between min and max included.
|
ModCheck
Modulo check constraint.
|
NotBlank
Validate that the annotated string is not
null or empty. |
SafeHtml
Validate a rich text value provided by the user to ensure that it contains no malicious code, such as embedded
<script> elements.
|
ScriptAssert
A class-level constraint, that evaluates a script expression against the
annotated element.
|
URL
Validate that the string is a valid URL.
|
Class and Description |
---|
CompositionType
The Enum
CompositionType which is used as argument to the annotation ConstraintComposition . |
Copyright © 2018 JBoss by Red Hat. All rights reserved.