Uses of Class
org.mapstruct.ap.internal.model.annotation.AnnotationElement.AnnotationElementType
-
Packages that use AnnotationElement.AnnotationElementType Package Description org.mapstruct.ap.internal.model.annotation -
-
Uses of AnnotationElement.AnnotationElementType in org.mapstruct.ap.internal.model.annotation
Methods in org.mapstruct.ap.internal.model.annotation that return AnnotationElement.AnnotationElementType Modifier and Type Method Description static AnnotationElement.AnnotationElementTypeAnnotationElement.AnnotationElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationElement.AnnotationElementType[]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.AnnotationElementType Constructor Description AnnotationElement(AnnotationElement.AnnotationElementType type, String elementName, List<? extends Object> values)AnnotationElement(AnnotationElement.AnnotationElementType type, List<? extends Object> values)
-