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.org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files. -
-
Uses of AnnotationMapperReference in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model with type parameters of type AnnotationMapperReference Modifier and Type Field Description private java.util.List<AnnotationMapperReference>AnnotatedConstructor. mapperReferencesMethods in org.mapstruct.ap.internal.model that return AnnotationMapperReference Modifier and Type Method Description AnnotationMapperReferenceAnnotationMapperReference. withNewAnnotations(java.util.List<Annotation> annotations)Methods in org.mapstruct.ap.internal.model that return types with arguments of type AnnotationMapperReference Modifier and Type Method Description java.util.List<AnnotationMapperReference>AnnotatedConstructor. getMapperReferences()Method parameters in org.mapstruct.ap.internal.model with type arguments of type AnnotationMapperReference Modifier and Type Method Description static AnnotatedConstructorAnnotatedConstructor. forComponentModels(java.lang.String name, java.util.List<AnnotationMapperReference> mapperReferences, java.util.List<Annotation> annotations, Constructor constructor, boolean includeNoArgConstructor)Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type AnnotationMapperReference Constructor Description AnnotatedConstructor(java.lang.String name, java.util.List<AnnotationMapperReference> mapperReferences, java.util.List<Annotation> annotations, NoArgumentConstructor noArgumentConstructor, java.util.Set<SupportingConstructorFragment> fragments) -
Uses of AnnotationMapperReference in org.mapstruct.ap.internal.processor
Method parameters in org.mapstruct.ap.internal.processor with type arguments of type AnnotationMapperReference Modifier and Type Method Description private voidAnnotationBasedComponentModelProcessor. removeDuplicateAnnotations(java.util.List<AnnotationMapperReference> annotationMapperReferences, java.util.List<Annotation> mapperReferenceAnnotations)Removes duplicate constructor parameter annotations.
-