Uses of Enum
org.hibernate.validator.ap.internal.util.AnnotationApiHelper.UnwrapMode
Packages that use AnnotationApiHelper.UnwrapMode
-
Uses of AnnotationApiHelper.UnwrapMode in org.hibernate.validator.ap.internal.util
Methods in org.hibernate.validator.ap.internal.util that return AnnotationApiHelper.UnwrapModeModifier and TypeMethodDescriptionAnnotationApiHelper.determineUnwrapMode
(AnnotationMirror annotationMirror) Checks the annotation's payload for unwrapping option (javax.validation.valueextraction.Unwrapping.Unwrap
,javax.validation.valueextraction.Unwrapping.Skip
) of constraint.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.