Uses of Enum
org.hibernate.validator.ap.internal.checks.ConstraintCheckIssue.IssueKind
Packages that use ConstraintCheckIssue.IssueKind
Package
Description
This package contains check implementations used by the annotation processor to verify
constraint declarations.
-
Uses of ConstraintCheckIssue.IssueKind in org.hibernate.validator.ap.internal.checks
Methods in org.hibernate.validator.ap.internal.checks that return ConstraintCheckIssue.IssueKindModifier and TypeMethodDescriptionConstraintCheckIssue.getKind()
Returns the enum constant of this type with the specified name.static ConstraintCheckIssue.IssueKind[]
ConstraintCheckIssue.IssueKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.validator.ap.internal.checks with parameters of type ConstraintCheckIssue.IssueKindModifierConstructorDescriptionConstraintCheckIssue
(Element element, AnnotationMirror annotationMirror, ConstraintCheckIssue.IssueKind kind, String messageKey, Object... messageParameters) Creates a new ConstraintCheckIssue.