Uses of Interface
org.mapstruct.ap.spi.EnumTransformationStrategy
Packages that use EnumTransformationStrategy
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
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 EnumTransformationStrategy in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return types with arguments of type EnumTransformationStrategyConstructor parameters in org.mapstruct.ap.internal.model with type arguments of type EnumTransformationStrategyModifierConstructorDescriptionMappingBuilderContext(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 EnumTransformationStrategy in org.mapstruct.ap.internal.model.source
Method parameters in org.mapstruct.ap.internal.model.source with type arguments of type EnumTransformationStrategyModifier and TypeMethodDescriptionstatic EnumMappingOptionsEnumMappingOptions.getInstanceOn(ExecutableElement method, MapperOptions mapperOptions, Map<String, EnumTransformationStrategy> enumTransformationStrategies, FormattingMessager messager) -
Uses of EnumTransformationStrategy in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor that return types with arguments of type EnumTransformationStrategyModifier and TypeMethodDescriptionDefaultModelElementProcessorContext.getEnumTransformationStrategies()ModelElementProcessor.ProcessorContext.getEnumTransformationStrategies() -
Uses of EnumTransformationStrategy in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return types with arguments of type EnumTransformationStrategy -
Uses of EnumTransformationStrategy in org.mapstruct.ap.spi
Classes in org.mapstruct.ap.spi that implement EnumTransformationStrategyModifier and TypeClassDescriptionclassApplies case transformation to the source enumclassAnEnumTransformationStrategythat prepends a prefix to the enum value.classAnEnumTransformationStrategythat strips a prefix from the enum value.classAnEnumTransformationStrategythat strips a suffix from the enum value.classAnEnumTransformationStrategythat appends a suffix to the enum value.