Package | Description |
---|---|
org.hibernate.validator.ap.internal.checks |
This package contains check implementations used by the annotation processor to verify
constraint declarations.
|
Modifier and Type | Method and Description |
---|---|
ConstraintCheckIssue.IssueKind |
ConstraintCheckIssue.getKind() |
static ConstraintCheckIssue.IssueKind |
ConstraintCheckIssue.IssueKind.valueOf(String name)
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.
|
Constructor and Description |
---|
ConstraintCheckIssue(Element element,
AnnotationMirror annotationMirror,
ConstraintCheckIssue.IssueKind kind,
String messageKey,
Object... messageParameters)
Creates a new ConstraintCheckIssue.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved