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 | Field and Description |
---|---|
protected VersionInformation |
GeneratedType.GeneratedTypeBuilder.versionInformation |
Modifier and Type | Method and Description |
---|---|
VersionInformation |
GeneratedType.getVersionInformation() |
Modifier and Type | Method and Description |
---|---|
T |
GeneratedType.GeneratedTypeBuilder.versionInformation(VersionInformation versionInformation) |
Constructor and Description |
---|
GeneratedType(TypeFactory typeFactory,
String packageName,
String name,
String superClassName,
String interfacePackage,
String interfaceName,
List<MappingMethod> methods,
List<Field> fields,
Options options,
VersionInformation versionInformation,
Accessibility accessibility,
SortedSet<Type> extraImportedTypes,
Constructor constructor) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVersionInformation
Provides information about the processor version and the processor context implementation version.
|
Modifier and Type | Method and Description |
---|---|
VersionInformation |
DefaultModelElementProcessorContext.getVersionInformation() |
VersionInformation |
ModelElementProcessor.ProcessorContext.getVersionInformation() |
Constructor and Description |
---|
TypesDecorator(ProcessingEnvironment processingEnv,
VersionInformation versionInformation) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.