| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationBasedComponentModelProcessorAn  ModelElementProcessorwhich converts the givenMapperobject into an annotation based component model in case a matching model is selected as
 target component model for this mapper. | 
| class  | CdiComponentProcessorA  ModelElementProcessorwhich converts the givenMapperobject into an application-scoped CDI bean in case CDI is configured as the
 target component model for this mapper. | 
| class  | Jsr330ComponentProcessorA  ModelElementProcessorwhich converts the givenMapperobject into a JSR 330 style bean in case "jsr330" is configured as the
 target component model for this mapper. | 
| class  | MapperCreationProcessor | 
| class  | MapperRenderingProcessorA  ModelElementProcessorwhich creates a Java source file representing
 the givenMapperobject, unless the given mapper type is erroneous. | 
| class  | MapperServiceProcessorA  ModelElementProcessorwhich creates files in theMETA-INF/serviceshierarchy for classes with custom implementation class or package name. | 
| class  | MethodRetrievalProcessorA  ModelElementProcessorwhich 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. | 
| class  | SpringComponentProcessorA  ModelElementProcessorwhich converts the givenMapperobject into a Spring bean in case Spring is configured as the
 target component model for this mapper. | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.