| Package | Description |
|---|---|
| org.mapstruct.ap.option |
Provides access to the options passed to the annotation processor.
|
| org.mapstruct.ap.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 | Method and Description |
|---|---|
static java.lang.String |
OptionsHelper.getEffectiveComponentModel(Options options,
java.lang.String locallyDeclaredComponentModel) |
| Modifier and Type | Method and Description |
|---|---|
Options |
DefaultModelElementProcessorContext.getOptions() |
Options |
ModelElementProcessor.ProcessorContext.getOptions() |
| Constructor and Description |
|---|
DefaultModelElementProcessorContext(javax.annotation.processing.ProcessingEnvironment processingEnvironment,
Options options) |
Copyright © 2012-2014. All Rights Reserved.