| Package | Description |
|---|---|
| org.hibernate.validator.ap.checks |
This package contains check implementations used by the annotation processor to verify
constraint declarations.
|
| org.hibernate.validator.ap.util |
This package contains helper classes.
|
| Class and Description |
|---|
| AbstractConstraintCheck
Abstract base class for
ConstraintCheck implementations. |
| ConstraintCheck
Implementations represent checks, which determine whether a given constraint
annotation is allowed at a given element.
|
| ConstraintCheckError
The result of the execution of a
ConstraintCheck. |
| ConstraintChecks
Represents an ordered set of
ConstraintChecks with the ability
to execute these checks against given elements and their annotations. |
| Class and Description |
|---|
| ConstraintCheckError
The result of the execution of a
ConstraintCheck. |
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved