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 class
CdiComponentProcessor
AModelElementProcessor
which converts the givenMapper
object into an application-scoped CDI bean in case CDI is configured as the target component model for this mapper.class
JakartaCdiComponentProcessor
AModelElementProcessor
which converts the givenMapper
object into an application-scoped Jakarta CDI bean in case Jakarta CDI is configured as the target component model for this mapper.class
JakartaComponentProcessor
AModelElementProcessor
which converts the givenMapper
object into a Jakarta Inject style bean in case "jakarta" is configured as the target component model for this mapper.class
Jsr330ComponentProcessor
AModelElementProcessor
which converts the givenMapper
object into a JSR 330 style bean in case "jsr330" is configured as the target component model for this mapper.class
SpringComponentProcessor
AModelElementProcessor
which converts the givenMapper
object into a Spring bean in case Spring is configured as the target component model for this mapper.
-