|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintCheck | |
|---|---|
| org.hibernate.validator.ap.checks | |
| Uses of ConstraintCheck in org.hibernate.validator.ap.checks |
|---|
| Classes in org.hibernate.validator.ap.checks that implement ConstraintCheck | |
|---|---|
class |
AbstractConstraintCheck
Abstract base class for ConstraintCheck implementations. |
class |
AnnotationTypeCheck
Checks, that only constraint annotation types are annotated with other constraint annotations ("constraint composition"), but not non-constraint annotations. |
class |
GetterCheck
Checks whether a given element is a valid getter method. |
class |
PrimitiveCheck
Validates that the given element is not of a primitive type. |
class |
StaticCheck
Checks, that the given element is not a static element. |
class |
TypeCheck
Checks, that constraint annotations are only specified at elements of a type supported by the constraints. |
| Constructors in org.hibernate.validator.ap.checks with parameters of type ConstraintCheck | |
|---|---|
MultiValuedChecks(ConstraintHelper constraintHelper,
ConstraintCheck... checks)
Creates a new MultiValuedChecks. |
|
SingleValuedChecks(ConstraintCheck... checks)
Creates a new SingleValuedChecks. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||