| 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. | 
| Class and Description | 
|---|
| AnnotationBasedComponentModelProcessor An  ModelElementProcessorwhich converts the givenMapperobject into an annotation based component model in case a matching model is selected as
 target component model for this mapper. | 
| ModelElementProcessor A processor which performs one task of the mapper generation, e.g. retrieving
 methods from the source  TypeElement, performing validity checks or
 generating the output source file. | 
| ModelElementProcessor.ProcessorContext Context object passed to
  ModelElementProcessor.process(ProcessorContext, TypeElement, Object)providing access to common infrastructure objects such asTypesetc. | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.