Uses of Interface
org.hibernate.validator.ap.internal.checks.ConstraintChecks
Packages that use ConstraintChecks
Package
Description
This package contains check implementations used by the annotation processor to verify
constraint declarations.
-
Uses of ConstraintChecks in org.hibernate.validator.ap.internal.checks
Classes in org.hibernate.validator.ap.internal.checks that implement ConstraintChecksModifier and TypeClassDescriptionclass
AConstraintChecks
implementation that executes the contained checks against all parts of given multi-valued annotations.class
AConstraintChecks
implementation that simply executes all contained checks against given elements and annotations.Methods in org.hibernate.validator.ap.internal.checks that return ConstraintChecksModifier and TypeMethodDescriptionConstraintCheckFactory.getConstraintChecks
(Element annotatedElement, AnnotationMirror annotation) Returns those checks that have to be performed to validate the given annotation at the given element.