Uses of Class
org.mapstruct.ap.internal.model.Decorator
Packages that use Decorator
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
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 Decorator in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return DecoratorMethods in org.mapstruct.ap.internal.model with parameters of type Decorator -
Uses of Decorator in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor with parameters of type DecoratorModifier and TypeMethodDescriptionprotected List<Annotation> AnnotationBasedComponentModelProcessor.getDecoratorAnnotations(Decorator decorator) protected List<Annotation> JakartaComponentProcessor.getDecoratorAnnotations(Decorator decorator) protected List<Annotation> Jsr330ComponentProcessor.getDecoratorAnnotations(Decorator decorator) protected List<Annotation> SpringComponentProcessor.getDecoratorAnnotations(Decorator decorator) Returns the annotations that need to be added to the generated decorator, filtering out any annotations that are already present or represented as meta-annotations.