Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
AnnotationProcessorContext
Keeps contextual data in the scope of the entire annotation processor ("application scope").
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultBuilderProvider.init(MapStructProcessingEnvironment processingEnvironment) |
default void |
EnumMappingStrategy.init(MapStructProcessingEnvironment processingEnvironment)
Initializes the enum value mapping strategy
|
void |
DefaultEnumMappingStrategy.init(MapStructProcessingEnvironment processingEnvironment) |
void |
DefaultAccessorNamingStrategy.init(MapStructProcessingEnvironment processingEnvironment) |
default void |
BuilderProvider.init(MapStructProcessingEnvironment processingEnvironment)
Initializes the builder provider with the MapStruct processing environment.
|
default void |
EnumTransformationStrategy.init(MapStructProcessingEnvironment processingEnvironment)
Initializes the enum transformation strategy with the MapStruct processing environment.
|
default void |
AccessorNamingStrategy.init(MapStructProcessingEnvironment processingEnvironment)
Initializes the accessor naming strategy with the MapStruct processing environment.
|
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.