Uses of Class
org.mapstruct.ap.internal.model.AnnotationMapperReference
-
Packages that use AnnotationMapperReference Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of AnnotationMapperReference in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return AnnotationMapperReference Modifier and Type Method Description AnnotationMapperReference
AnnotationMapperReference. withNewAnnotations(List<Annotation> annotations)
Methods in org.mapstruct.ap.internal.model that return types with arguments of type AnnotationMapperReference Modifier and Type Method Description List<AnnotationMapperReference>
AnnotatedConstructor. getMapperReferences()
Method parameters in org.mapstruct.ap.internal.model with type arguments of type AnnotationMapperReference Modifier and Type Method Description static AnnotatedConstructor
AnnotatedConstructor. forComponentModels(String name, List<AnnotationMapperReference> mapperReferences, List<Annotation> annotations, Constructor constructor, boolean includeNoArgConstructor)
-