Package | Description |
---|---|
org.hibernate.validator.ap.internal.util |
This package contains helper classes.
|
Modifier and Type | Method and Description |
---|---|
AnnotationApiHelper.UnwrapMode |
AnnotationApiHelper.determineUnwrapMode(AnnotationMirror annotationMirror)
Checks the annotation's payload for unwrapping option (
javax.validation.valueextraction.Unwrapping.Unwrap ,
javax.validation.valueextraction.Unwrapping.Skip ) of constraint. |
static AnnotationApiHelper.UnwrapMode |
AnnotationApiHelper.UnwrapMode.of(Name qualifiedName) |
static AnnotationApiHelper.UnwrapMode |
AnnotationApiHelper.UnwrapMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationApiHelper.UnwrapMode[] |
AnnotationApiHelper.UnwrapMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved