public static enum ConstraintHelper.AnnotationProcessorValidationTarget extends java.lang.Enum<ConstraintHelper.AnnotationProcessorValidationTarget>
Enum Constant and Description |
---|
ANNOTATED_ELEMENT
The validation targets the value on which it is annotated or the return type of a method/constructor.
|
PARAMETERS
The validation targets the parameters of a method/constructor.
|
Modifier and Type | Method and Description |
---|---|
static ConstraintHelper.AnnotationProcessorValidationTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintHelper.AnnotationProcessorValidationTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintHelper.AnnotationProcessorValidationTarget PARAMETERS
public static final ConstraintHelper.AnnotationProcessorValidationTarget ANNOTATED_ELEMENT
public static ConstraintHelper.AnnotationProcessorValidationTarget[] values()
for (ConstraintHelper.AnnotationProcessorValidationTarget c : ConstraintHelper.AnnotationProcessorValidationTarget.values()) System.out.println(c);
public static ConstraintHelper.AnnotationProcessorValidationTarget valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2007-2022 Red Hat, Inc. All Rights Reserved