José Carlos Campanero Ortiz
62c7ce1cdf
#3112 Document <THROW_EXCEPTION> in the reference guide
2023-04-13 21:48:13 +02:00
Claudio Nave
89db26a1af
#3119 Add qualifiedBy and qualifiedByName to SubclassMapping annotation
2023-03-17 09:06:13 +01:00
Filip Hrisafov
fd27380185
#2953 Add support for globally defining nullValueMapMappingStrategy and nullValueIterableMappingStrategy
2022-11-13 14:22:25 +01:00
Orange Add
6a394ad466
#3037 Support @ValueMapping
in meta annotations
2022-11-03 23:21:43 +01:00
José Carlos Campanero Ortiz
97c6755288
#2963 Add support for enum to integer conversion
2022-09-04 13:58:10 +02:00
Taihao Zhang
3f798744ac
Fix typo in docs ( #2982 )
2022-08-24 19:40:08 +02:00
Filip Hrisafov
fd4a2548b3
#2928 Add IntelliJ and Eclipse plugin information
2022-08-24 18:55:05 +02:00
Filip Hrisafov
4118a44630
#2974 Fix typos in documentation
...
Closes #2974
2022-08-21 10:56:25 +02:00
Zegveld
849085e026
#1574 : Support for annotating the generated code with custom annotations
...
Add new `@AnnotateWith` annotation.
This annotation can be used to instruct the MapStruct processor
to generate custom annotations in the generated code.
2022-08-20 12:59:38 +02:00
Nikola Ivačič
8fa286fe4c
#2688 : Support accessing to the target property name
2022-08-01 19:17:33 +02:00
Cassius Vinicius de Magalhães
6914889510
Update Chapter 11.2 - Inverse Mappings
...
Clarification of the inverse mapping usage.
2022-07-14 21:30:16 +02:00
Filip Hrisafov
dd5ac3b637
#2929 Improve documentation for BeanMapping#ignoreByDefault
2022-07-09 21:35:36 +02:00
fml2
a2b4454a66
fix(docs): No Lombok classes in the runtime
2022-07-01 17:47:55 +02:00
Filip Hrisafov
1459aabfc3
[maven-release-plugin] prepare for next development iteration
2022-06-18 19:01:18 +02:00
Filip Hrisafov
19973ff818
[maven-release-plugin] prepare release 1.5.2.Final
2022-06-18 19:01:16 +02:00
Filip Hrisafov
20e97714d4
[maven-release-plugin] prepare for next development iteration
2022-06-05 08:42:56 +02:00
Filip Hrisafov
ec9288ce66
[maven-release-plugin] prepare release 1.5.1.Final
2022-06-05 08:42:55 +02:00
Filip Hrisafov
5efe5e291c
[maven-release-plugin] prepare for next development iteration
2022-06-02 23:11:41 +02:00
Filip Hrisafov
efa11ba312
[maven-release-plugin] prepare release 1.5.0.Final
2022-06-02 23:11:41 +02:00
Zegveld
0559c47c21
#2739 Enhance documentation around SPI usage
2022-05-30 21:51:57 +02:00
Hao Zhang
a4162809a4
Doc: correct the annotation processor version ( #2859 )
...
The lombok-mapstruct-binding anotation procossor version given by document will result a compile problem, correct it by the example repository so that work fine
2022-05-28 11:37:21 +02:00
Filip Hrisafov
08a0313840
[maven-release-plugin] prepare for next development iteration
2022-03-21 08:14:09 +01:00
Filip Hrisafov
7e00af6ff4
[maven-release-plugin] prepare release 1.5.0.RC1
2022-03-21 08:14:08 +01:00
Zegveld
9b434f80f8
#2715 : Updated documentation to reflect impact of conditions on update mappers. ( #2740 )
...
* #2715 : added an example with an update mapper for Conditional behavior.
2022-02-06 20:05:42 +01:00
Filip Hrisafov
12070186a4
#2567 Add support for Jakarta Injection
...
Support for Jakarta is done in 2 ways:
* current jsr330 component model - In this case Jakarta Inject will be used if javax.inject is not available
* new jakarta component model - In this case Jakarta Inject will always be used
2022-01-30 13:31:50 +01:00
Filip Hrisafov
5f4d355838
#1661 Add support for globally disabling builders
2022-01-29 11:46:34 +01:00
Goni-Dev
0a8e9b738c
#2709 Corrected description for example demonstrating default expression
2022-01-23 17:26:21 +01:00
Ben Zegveld
277b6f5d2b
#2719 : added a note at the builder documentation to point towards the Before-/AfterMapping documentation.
2022-01-22 13:12:06 +01:00
Filip Hrisafov
59c5f40ac3
#2686 Add documentation about when mappers are injected
2022-01-18 18:22:47 +01:00
Filip Hrisafov
f7f65ac1de
#2687 Add documentation for NullValueMappingStrategy for collections and maps
2022-01-15 10:34:37 +01:00
Ben Zegveld
0a7b8134d4
#2689 : documentation: fix example title.
2021-12-25 11:50:48 +01:00
Filip Hrisafov
930b07aab8
[maven-release-plugin] prepare for next development iteration
2021-12-12 12:48:56 +01:00
Filip Hrisafov
0de10ca83c
[maven-release-plugin] prepare release 1.5.0.Beta2
2021-12-12 12:48:55 +01:00
dersvenhesse
754aaf2ef4
[DOCS] Fixed reference variable
2021-12-03 19:10:25 +01:00
Zegveld
72e6b1feb5
#2636 : defaultValue combined with qualified should not convert if not needed ( #2637 )
2021-11-14 20:11:05 +01:00
Zegveld
5df6b7a75b
#131 , #2438 , #366 Add support for Type-Refinement (Downcast) Mapping ( #2512 )
...
Add new `@SubclassMapping` for creating Downcast mapping.
When a parent mapping method is annotated with `@SubclassMapping`
it will now generate an instanceof check inside the parent mapping
and generate the subclass mappings if they are not manually defined.
There is also `SubclassExhaustiveStrategy` for controlling what MapStruct should do in case the target type is abstract and there is no suitable way to create it.
2021-10-19 20:44:25 +02:00
Yusuf Kemal Özcan
f0a13bb306
#2555 Add unmappedSourcePolicy annotation processor argument
2021-09-07 22:12:01 +02:00
Adam Szatyin
c52ff812aa
#2552 Add built in conversion between URL and String
2021-08-17 19:21:07 +02:00
Filip Hrisafov
8c554b9556
Change reference from Google Group to GitHub Discussions in reference guide
2021-07-18 15:55:17 +02:00
Filip Hrisafov
43dfd92e05
[maven-release-plugin] prepare for next development iteration
2021-07-18 15:15:44 +02:00
Filip Hrisafov
a91b93f357
[maven-release-plugin] prepare release 1.5.0.Beta1
2021-07-18 15:15:44 +02:00
Christian Kosmowski
985ca2fe64
#1075 Support for Mapping from Map<String, ???> to Bean
...
Co-authored-by: Filip Hrisafov <filip.hrisafov@gmail.com>
2021-06-27 07:34:37 +02:00
Filip Hrisafov
046077f701
#2483 : Update Asciidoctor to latest versions
2021-06-19 11:49:38 +02:00
Lukas Lazar
cc1562c5ad
#2132 Add unmappedTargetPolicy to @BeanMapping
2021-05-15 18:01:22 +02:00
João Paulo Bassinello
fdf3dcc8ef
#2445 Support for case changing enum transformation strategy
...
Available case transformations: upper, lower, capital
2021-05-15 13:04:15 +02:00
jason.bodnar@blackbaud.com
0cb053df8d
#2391 Add implicit conversion between UUID <-> String
2021-05-01 13:28:03 +02:00
Filip Hrisafov
51cdbd67e3
#2051 , #2084 Add new @Condition
annotation for custom presence check methods
2021-04-25 12:09:23 +02:00
Filip Hrisafov
903e6f3f44
#597 Add String <-> StringBuilder conversion in the documentation
2021-04-24 16:47:27 +02:00
Filip Hrisafov
2be536bb65
#2303 Generated code should use iteration order preserving LinkedHash(Map|Set) instead of Hash(Map|Set)
2021-04-24 14:19:01 +02:00
Filip Hrisafov
1964c809d8
Fix typo in missing code formatting in documentation
...
Closes #2385
2021-03-16 20:24:51 +01:00