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 |
Several helper types dealing with collection types, option management etc.
|
org.mapstruct.ap.spi |
SPI (service provider interface) contracts to be implemented for advanced use cases.
|
Modifier and Type | Method and Description |
---|---|
EnumMappingStrategy |
MappingBuilderContext.getEnumMappingStrategy() |
Constructor and Description |
---|
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 |
---|---|
EnumMappingStrategy |
DefaultModelElementProcessorContext.getEnumMappingStrategy() |
EnumMappingStrategy |
ModelElementProcessor.ProcessorContext.getEnumMappingStrategy() |
Modifier and Type | Method and Description |
---|---|
EnumMappingStrategy |
AnnotationProcessorContext.getEnumMappingStrategy() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEnumMappingStrategy |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.