Uses of Package
org.hibernate.validator.ap.internal.checks
Packages that use org.hibernate.validator.ap.internal.checks
Package
Description
This package contains check implementations used by the annotation processor to verify
constraint declarations.
This package contains helper classes.
-
Classes in org.hibernate.validator.ap.internal.checks used by org.hibernate.validator.ap.internal
-
Classes in org.hibernate.validator.ap.internal.checks used by org.hibernate.validator.ap.internal.checksClassDescriptionAbstract base class for
ConstraintCheck
implementations.Implementations represent checks, which determine whether a given constraint annotation is allowed at a given element.The result of the execution of aConstraintCheck
.Represents an ordered set ofConstraintCheck
s with the ability to execute these checks against given elements and their annotations. -
Classes in org.hibernate.validator.ap.internal.checks used by org.hibernate.validator.ap.internal.checks.annotationparametersClassDescriptionAbstract base class for
ConstraintCheck
implementations.Implementations represent checks, which determine whether a given constraint annotation is allowed at a given element.The result of the execution of aConstraintCheck
. -
-