Package | Description |
---|---|
org.hibernate.validator.ap.checks |
This package contains check implementations used by the annotation processor to verify
constraint declarations.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiValuedChecks
A
ConstraintChecks implementation, that executed the contained checks
against all parts of given multi-valued annotations. |
class |
SingleValuedChecks
A
ConstraintChecks implementation that simply executes all
contained checks against given elements and annotations. |
Modifier and Type | Method and Description |
---|---|
ConstraintChecks |
ConstraintCheckFactory.getConstraintChecks(Element annotatedElement,
AnnotationMirror annotation)
Returns those checks that have to be performed to validate the given
annotation at the given element.
|
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved