| 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 |
|---|
| AnnotationApiHelper
A helper class providing some useful methods to work with types
from the JSR-269-API.
|
| ConstraintHelper
Helper class that deals with all constraint-related stuff, such as
determining whether a given annotation represents a constraint annotation or
whether a given annotation is allowed to be declared at a given element.
|
| Class and Description |
|---|
| AnnotationApiHelper
A helper class providing some useful methods to work with types
from the JSR-269-API.
|
| ConstraintHelper.AnnotationType
The type of an annotation with respect to the BV API.
|
| ConstraintHelper.ConstraintCheckResult
Possible results of a constraint check as returned by
ConstraintHelper.checkConstraint(DeclaredType, TypeMirror). |
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved