mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#1086 Mention the fact that prototype methods are not considered for automatic sub mapping methods
This commit is contained in:
parent
7a9464c525
commit
324e1fadbe
@ -825,6 +825,12 @@ When generating the implementation of a mapping method, MapStruct will apply the
|
||||
In order to stop MapStruct from generating automatic sub-mapping methods, one can use `@Mapper( disableSubMappingMethodsGeneration = true )`.
|
||||
====
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
During the generation of automatic sub-mapping methods <<shared-configurations>> will not be taken into consideration, yet.
|
||||
Follow issue https://github.com/mapstruct/mapstruct/issues/1086[#1086] for more information.
|
||||
====
|
||||
|
||||
include::controlling-nested-bean-mappings.asciidoc[]
|
||||
|
||||
[[invoking-other-mappers]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user