From 324e1fadbed5470f3480dc75547df90a40feafd8 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Thu, 29 Jun 2017 23:04:05 +0200 Subject: [PATCH] #1086 Mention the fact that prototype methods are not considered for automatic sub mapping methods --- .../src/main/asciidoc/mapstruct-reference-guide.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc index aaa275270..c98afcda6 100644 --- a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc +++ b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc @@ -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 <> 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]]