| Package | Description | 
|---|---|
| org.mapstruct.ap.internal.model | 
 Meta-model of mapper types, their methods, mappings between properties etc. | 
| org.mapstruct.ap.internal.option | 
 Provides access to the options passed to the annotation processor. | 
| 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 | Method and Description | 
|---|---|
| Options | MappingBuilderContext. getOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Mapper.Builder | Mapper.Builder. options(Options options) | 
| Decorator.Builder | Decorator.Builder. options(Options options) | 
| Constructor and Description | 
|---|
| GeneratedType(TypeFactory typeFactory,
             String packageName,
             String name,
             String superClassName,
             String interfacePackage,
             String interfaceName,
             List<MappingMethod> methods,
             List<? extends Field> fields,
             Options options,
             VersionInformation versionInformation,
             Accessibility accessibility,
             SortedSet<Type> extraImportedTypes,
             Constructor constructor) | 
| MappingBuilderContext(TypeFactory typeFactory,
                     Elements elementUtils,
                     Types typeUtils,
                     FormattingMessager messager,
                     Options options,
                     MappingBuilderContext.MappingResolver mappingResolver,
                     TypeElement mapper,
                     List<SourceMethod> sourceModel,
                     List<MapperReference> mapperReferences) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | OptionsHelper. getEffectiveComponentModel(Options options,
                          String locallyDeclaredComponentModel) | 
| Modifier and Type | Method and Description | 
|---|---|
| Options | ModelElementProcessor.ProcessorContext. getOptions() | 
| Options | DefaultModelElementProcessorContext. getOptions() | 
| Constructor and Description | 
|---|
| DefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment,
                                   Options options) | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.