Uses of Interface
org.mapstruct.ap.spi.EnumMappingStrategy
Packages that use EnumMappingStrategy
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
Several helper types dealing with collection types, option management etc.
SPI (service provider interface) contracts to be implemented for advanced use cases.
-
Uses of EnumMappingStrategy in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return EnumMappingStrategyConstructors in org.mapstruct.ap.internal.model with parameters of type EnumMappingStrategyModifierConstructorDescriptionMappingBuilderContext(TypeFactory typeFactory, ElementUtils elementUtils, TypeUtils typeUtils, FormattingMessager messager, VersionInformation versionInformation, AccessorNamingUtils accessorNaming, EnumMappingStrategy enumMappingStrategy, Map<String, EnumTransformationStrategy> enumTransformationStrategies, Options options, MappingBuilderContext.MappingResolver mappingResolver, TypeElement mapper, List<SourceMethod> sourceModel, List<MapperReference> mapperReferences) -
Uses of EnumMappingStrategy in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return EnumMappingStrategyModifier and TypeMethodDescriptionDefaultModelElementProcessorContext.getEnumMappingStrategy()ModelElementProcessor.ProcessorContext.getEnumMappingStrategy() -
Uses of EnumMappingStrategy in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return EnumMappingStrategy -
Uses of EnumMappingStrategy in org.mapstruct.ap.spi
Classes in org.mapstruct.ap.spi that implement EnumMappingStrategyModifier and TypeClassDescriptionclassThe default implementation of theEnumMappingStrategyservice provider interface.