Skip to content

Commit a96a5f4

Browse files
119 Improvement: Customize class name and bean name for ConverterRegistrationConfiguration
Added a way to define custom class name for ConverterRegistrationConfiguration
1 parent cac4d98 commit a96a5f4

File tree

1 file changed

+0
-1
lines changed
  • examples/custom-converter-registration-configuration-with-converter-scan/src/main/java/org/mapstruct/extensions/spring/example/customconfiguration

1 file changed

+0
-1
lines changed

examples/custom-converter-registration-configuration-with-converter-scan/src/main/java/org/mapstruct/extensions/spring/example/customconfiguration/MapperSpringConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
@MapperConfig(componentModel = "spring", uses = ConversionServiceAdapter.class)
77
@SpringMapperConfig(
88
converterRegistrationConfigurationClassName = "MyConfiguration",
9-
// conversionServiceBeanName = "conversionService",
109
generateConverterScan = true)
1110
public interface MapperSpringConfig {
1211
}

0 commit comments

Comments
 (0)