You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/asciidoc/chapter-3-mapper-as-converter.asciidoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,9 +171,9 @@ public class ConversionServiceAdapterIntegrationTest {
171
171
====
172
172
173
173
[[converterRegistrationConfigurationClassName]]
174
-
=== Modifying the name for the generated converter registration configuration class
174
+
===== Modifying the name for the generated converter registration configuration class
175
175
176
-
By default, the converter registration configuration class will have name `ConverterRegistrationConfiguration`.
176
+
By default, the generated converter registration configuration class for the <<generateConverterScan>> will have the name `ConverterRegistrationConfiguration`.
177
177
If you wish to change this, you can do so by setting the property `converterRegistrationConfigurationClassName`:
178
178
179
179
====
@@ -215,7 +215,7 @@ class MyConfiguration {
215
215
----
216
216
====
217
217
218
-
Also this changes reference to converter registration configuration class from generated ConverterScan class:
218
+
This also changes the reference to the converter registration configuration class from the generated `ConverterScan` class:
0 commit comments