| Package | Description | 
|---|---|
| org.mapstruct.ap.internal.model | 
 Meta-model of mapper types, their methods, mappings between properties etc. | 
| 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. | 
| org.mapstruct.ap.internal.util.workarounds | 
| Modifier and Type | Method and Description | 
|---|---|
| VersionInformation | GeneratedType. getVersionInformation() | 
| Modifier and Type | Method and Description | 
|---|---|
| Mapper.Builder | Mapper.Builder. versionInformation(VersionInformation versionInformation) | 
| Decorator.Builder | Decorator.Builder. versionInformation(VersionInformation versionInformation) | 
| 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultVersionInformationProvides information about the processor version and the processor context implementation version. | 
| Modifier and Type | Method and Description | 
|---|---|
| VersionInformation | ModelElementProcessor.ProcessorContext. getVersionInformation() | 
| VersionInformation | DefaultModelElementProcessorContext. getVersionInformation() | 
| Constructor and Description | 
|---|
| TypesDecorator(ProcessingEnvironment processingEnv,
              VersionInformation versionInformation) | 
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.