public class AnnotationParametersPatternCheck extends AnnotationParametersAbstractCheck
javax.validation.constraints.Pattern annotations are valid.annotationApiHelper| Constructor and Description |
|---|
AnnotationParametersPatternCheck(AnnotationApiHelper annotationApiHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<ConstraintCheckIssue> |
doCheck(javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotation)
Method which actually performs the validation of the annotation parameters.
|
canCheckThisAnnotation, checkAnnotationType, checkField, checkMethod, checkNonAnnotationTypepublic AnnotationParametersPatternCheck(AnnotationApiHelper annotationApiHelper)
protected java.util.Set<ConstraintCheckIssue> doCheck(javax.lang.model.element.Element element, javax.lang.model.element.AnnotationMirror annotation)
AnnotationParametersAbstractCheckdoCheck in class AnnotationParametersAbstractCheckelement - annotated elementannotation - annotation to processConstraintCheckIssue errors if there are any validation issues with the annotation
parametersCopyright © 2007-2022 Red Hat, Inc. All Rights Reserved