Uses of Class
org.mapstruct.ap.internal.model.Annotation
-
Packages that use Annotation 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 Annotation in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model with type parameters of type Annotation Modifier and Type Field Description private java.util.List<Annotation>AnnotatedConstructor. annotationsprivate java.util.List<Annotation>AnnotationMapperReference. annotationsprivate java.util.List<Annotation>GeneratedType. annotationsMethods in org.mapstruct.ap.internal.model that return types with arguments of type Annotation Modifier and Type Method Description java.util.List<Annotation>AnnotatedConstructor. getAnnotations()java.util.List<Annotation>AnnotationMapperReference. getAnnotations()java.util.List<Annotation>GeneratedType. getAnnotations()Methods in org.mapstruct.ap.internal.model with parameters of type Annotation Modifier and Type Method Description voidGeneratedType. addAnnotation(Annotation annotation)Method parameters in org.mapstruct.ap.internal.model with type arguments of type Annotation Modifier and Type Method Description AnnotationMapperReferenceAnnotationMapperReference. withNewAnnotations(java.util.List<Annotation> annotations)Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type Annotation Constructor Description AnnotationMapperReference(Type type, java.lang.String variableName, java.util.List<Annotation> annotations, boolean isUsed, boolean fieldFinal, boolean includeAnnotationsOnField) -
Uses of Annotation in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return Annotation Modifier and Type Method Description private AnnotationSpringComponentProcessor. autowired()private AnnotationSpringComponentProcessor. component()private AnnotationJakartaComponentProcessor. inject()private AnnotationJsr330ComponentProcessor. inject()private AnnotationJakartaComponentProcessor. named()private AnnotationJsr330ComponentProcessor. named()private AnnotationJakartaComponentProcessor. namedDelegate(Mapper mapper)private AnnotationJsr330ComponentProcessor. namedDelegate(Mapper mapper)private AnnotationSpringComponentProcessor. primary()private AnnotationSpringComponentProcessor. qualifierDelegate()private AnnotationJakartaComponentProcessor. singleton()private AnnotationJsr330ComponentProcessor. singleton()Methods in org.mapstruct.ap.internal.processor that return types with arguments of type Annotation Modifier and Type Method Description protected java.util.List<Annotation>AnnotationBasedComponentModelProcessor. getDecoratorAnnotations()protected java.util.List<Annotation>JakartaComponentProcessor. getDecoratorAnnotations()protected java.util.List<Annotation>Jsr330ComponentProcessor. getDecoratorAnnotations()protected java.util.List<Annotation>SpringComponentProcessor. getDecoratorAnnotations()protected java.util.List<Annotation>AnnotationBasedComponentModelProcessor. getDelegatorReferenceAnnotations(Mapper mapper)protected java.util.List<Annotation>JakartaComponentProcessor. getDelegatorReferenceAnnotations(Mapper mapper)protected java.util.List<Annotation>Jsr330ComponentProcessor. getDelegatorReferenceAnnotations(Mapper mapper)protected java.util.List<Annotation>SpringComponentProcessor. getDelegatorReferenceAnnotations(Mapper mapper)protected abstract java.util.List<Annotation>AnnotationBasedComponentModelProcessor. getMapperReferenceAnnotations()protected java.util.List<Annotation>CdiComponentProcessor. getMapperReferenceAnnotations()protected java.util.List<Annotation>JakartaCdiComponentProcessor. getMapperReferenceAnnotations()protected java.util.List<Annotation>JakartaComponentProcessor. getMapperReferenceAnnotations()protected java.util.List<Annotation>Jsr330ComponentProcessor. getMapperReferenceAnnotations()protected java.util.List<Annotation>SpringComponentProcessor. getMapperReferenceAnnotations()protected abstract java.util.List<Annotation>AnnotationBasedComponentModelProcessor. getTypeAnnotations(Mapper mapper)protected java.util.List<Annotation>CdiComponentProcessor. getTypeAnnotations(Mapper mapper)protected java.util.List<Annotation>JakartaCdiComponentProcessor. getTypeAnnotations(Mapper mapper)protected java.util.List<Annotation>JakartaComponentProcessor. getTypeAnnotations(Mapper mapper)protected java.util.List<Annotation>Jsr330ComponentProcessor. getTypeAnnotations(Mapper mapper)protected java.util.List<Annotation>SpringComponentProcessor. getTypeAnnotations(Mapper mapper)Method parameters in org.mapstruct.ap.internal.processor with type arguments of type Annotation Modifier and Type Method Description protected FieldAnnotationBasedComponentModelProcessor. replacementMapperReference(Field originalReference, java.util.List<Annotation> annotations, InjectionStrategyGem injectionStrategy)
-