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