Uses of Enum
org.mapstruct.ap.internal.model.annotation.AnnotationElement.AnnotationElementType
Packages that use AnnotationElement.AnnotationElementType
-
Uses of AnnotationElement.AnnotationElementType in org.mapstruct.ap.internal.model.annotation
Methods in org.mapstruct.ap.internal.model.annotation that return AnnotationElement.AnnotationElementTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AnnotationElement.AnnotationElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.mapstruct.ap.internal.model.annotation with parameters of type AnnotationElement.AnnotationElementTypeModifierConstructorDescriptionAnnotationElement(AnnotationElement.AnnotationElementType type, String elementName, List<? extends Object> values) AnnotationElement(AnnotationElement.AnnotationElementType type, List<? extends Object> values)