Uses of Interface
org.mapstruct.ap.internal.processor.ModelElementProcessor
Packages that use ModelElementProcessor
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 ModelElementProcessor in org.mapstruct.ap.internal.processor
Classes in org.mapstruct.ap.internal.processor that implement ModelElementProcessorModifier and TypeClassDescriptionclassAnModelElementProcessorwhich converts the givenMapperobject into an annotation based component model in case a matching model is selected as target component model for this mapper.classAModelElementProcessorwhich 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.classclassAModelElementProcessorwhich creates a Java source file representing the givenMapperobject, unless the given mapper type is erroneous.classAModelElementProcessorwhich creates files in theMETA-INF/serviceshierarchy for classes with custom implementation class or package name.classAModelElementProcessorwhich retrieves a list ofSourceMethods representing all the mapping methods of the given bean mapper type as well as all referenced mapper methods declared by other mappers referenced by the current mapper.classAModelElementProcessorwhich converts the givenMapperobject into a Spring bean in case Spring is configured as the target component model for this mapper.