mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Documentation: typo? (#2186)
This commit is contained in:
parent
18a5f1bdc0
commit
99a1fd609c
@ -144,7 +144,7 @@ public class FruitFactory {
|
||||
----
|
||||
====
|
||||
|
||||
So, which `Fruit` must be factorized in the mapping method `Fruit map(FruitDto source);`? A `Banana` or an `Apple`? Here's were the `@BeanMapping#resultType` comes in handy. It controls the factory method to select, or in absence of a factory method, the return type to create.
|
||||
So, which `Fruit` must be factorized in the mapping method `Fruit map(FruitDto source);`? A `Banana` or an `Apple`? Here's where the `@BeanMapping#resultType` comes in handy. It controls the factory method to select, or in absence of a factory method, the return type to create.
|
||||
|
||||
[TIP]
|
||||
====
|
||||
|
Loading…
x
Reference in New Issue
Block a user