Package | Description |
---|---|
org.hibernate.validator.ap.internal.util |
This package contains helper classes.
|
Modifier and Type | Method and Description |
---|---|
ConstraintHelper.AnnotationProcessorValidationTarget |
ConstraintHelper.resolveValidationTarget(ExecutableElement element,
AnnotationMirror annotation)
Resolve the actual
AnnotationProcessorValidationTarget of a constraint annotation, when applied to a method/constructor. |
static ConstraintHelper.AnnotationProcessorValidationTarget |
ConstraintHelper.AnnotationProcessorValidationTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintHelper.AnnotationProcessorValidationTarget[] |
ConstraintHelper.AnnotationProcessorValidationTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ConstraintHelper.AnnotationProcessorValidationTarget> |
ConstraintHelper.getSupportedValidationTargets(DeclaredType constraintAnnotationType)
Returns the set of
AnnotationProcessorValidationTarget supported by the given constraint annotation type. |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved