Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
org.mapstruct.ap.internal.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
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 | Field and Description |
---|---|
protected Options |
GeneratedType.GeneratedTypeBuilder.options |
Modifier and Type | Method and Description |
---|---|
Options |
MappingBuilderContext.getOptions() |
Modifier and Type | Method and Description |
---|---|
T |
GeneratedType.GeneratedTypeBuilder.options(Options options) |
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) |
MappingBuilderContext(TypeFactory typeFactory,
Elements elementUtils,
Types typeUtils,
FormattingMessager messager,
AccessorNamingUtils accessorNaming,
EnumMappingStrategy enumMappingStrategy,
Map<String,EnumTransformationStrategy> enumTransformationStrategies,
Options options,
MappingBuilderContext.MappingResolver mappingResolver,
TypeElement mapper,
List<SourceMethod> sourceModel,
List<MapperReference> mapperReferences) |
Modifier and Type | Method and Description |
---|---|
static MapperOptions |
MapperOptions.getInstanceOn(TypeElement typeElement,
Options options) |
Modifier and Type | Method and Description |
---|---|
Options |
DefaultModelElementProcessorContext.getOptions() |
Options |
ModelElementProcessor.ProcessorContext.getOptions() |
Constructor and Description |
---|
DefaultModelElementProcessorContext(ProcessingEnvironment processingEnvironment,
Options options,
RoundContext roundContext,
Map<String,String> notToBeImported) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.