Uses of Enum
org.hibernate.validator.ap.internal.util.ConstraintHelper.AnnotationProcessorValidationTarget
Packages that use ConstraintHelper.AnnotationProcessorValidationTarget
-
Uses of ConstraintHelper.AnnotationProcessorValidationTarget in org.hibernate.validator.ap.internal.util
Methods in org.hibernate.validator.ap.internal.util that return ConstraintHelper.AnnotationProcessorValidationTargetModifier and TypeMethodDescriptionConstraintHelper.resolveValidationTarget
(ExecutableElement element, AnnotationMirror annotation) Resolve the actualAnnotationProcessorValidationTarget
of a constraint annotation, when applied to a method/constructor.Returns the enum constant of this type with the specified name.ConstraintHelper.AnnotationProcessorValidationTarget.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.validator.ap.internal.util that return types with arguments of type ConstraintHelper.AnnotationProcessorValidationTargetModifier and TypeMethodDescriptionConstraintHelper.getSupportedValidationTargets
(DeclaredType constraintAnnotationType) Returns the set ofAnnotationProcessorValidationTarget
supported by the given constraint annotation type.