Uses of Class
org.mapstruct.ap.internal.processor.AnnotationBasedComponentModelProcessor
Packages that use AnnotationBasedComponentModelProcessor
Package
Description
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 AnnotationBasedComponentModelProcessor in org.mapstruct.ap.internal.processor
Modifier and TypeClassDescriptionclassAModelElementProcessorwhich converts the givenMapperobject into an application-scoped CDI bean in case CDI is configured as the target component model for this mapper.classAModelElementProcessorwhich converts the givenMapperobject into an application-scoped Jakarta CDI bean in case Jakarta CDI is configured as the target component model for this mapper.classAModelElementProcessorwhich converts the givenMapperobject into a Jakarta Inject style bean in case "jakarta" is configured as the target component model for this mapper.classAModelElementProcessorwhich converts the givenMapperobject into a JSR 330 style bean in case "jsr330" is configured as the target component model for this mapper.classAModelElementProcessorwhich converts the givenMapperobject into a Spring bean in case Spring is configured as the target component model for this mapper.