Uses of Class
org.mapstruct.ap.internal.model.annotation.AnnotationElement
-
Packages that use AnnotationElement Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of AnnotationElement in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return types with arguments of type AnnotationElement Modifier and Type Method Description List<AnnotationElement>
Annotation. getProperties()
Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type AnnotationElement Constructor Description Annotation(Type type, List<AnnotationElement> properties)
-