mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#945 Documentation: Converts an item to a caption
In section 6 the caption is written as . Generated collection mapping methods and does therefore appear as an enumeration instead of a caption.
This commit is contained in:
parent
65ffa8891a
commit
5de2750740
@ -1036,7 +1036,7 @@ public interface CarMapper {
|
|||||||
|
|
||||||
The generated implementation of the `integerSetToStringSet` performs the conversion from `Integer` to `String` for each element, while the generated `carsToCarDtos()` method invokes the `carToCarDto()` method for each contained element as shown in the following:
|
The generated implementation of the `integerSetToStringSet` performs the conversion from `Integer` to `String` for each element, while the generated `carsToCarDtos()` method invokes the `carToCarDto()` method for each contained element as shown in the following:
|
||||||
|
|
||||||
. Generated collection mapping methods
|
.Generated collection mapping methods
|
||||||
====
|
====
|
||||||
[source, java, linenums]
|
[source, java, linenums]
|
||||||
[subs="verbatim,attributes"]
|
[subs="verbatim,attributes"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user