| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| 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.
|
| org.mapstruct.ap.util |
Several helper types dealing with collection types, option management etc.
|
| Modifier and Type | Method and Description |
|---|---|
Options |
Mapper.getOptions() |
| Constructor and Description |
|---|
Mapper(TypeFactory typeFactory,
String packageName,
String interfaceName,
String implementationName,
List<MappingMethod> mappingMethods,
List<MapperReference> referencedMappers,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
Options |
DefaultModelElementProcessorContext.getOptions() |
Options |
ModelElementProcessor.ProcessorContext.getOptions() |
| Constructor and Description |
|---|
DefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
static String |
OptionsHelper.getEffectiveComponentModel(Options options,
String locallyDeclaredComponentModel) |
Copyright © 2012-2013. All Rights Reserved.