MapStruct (@getmapstruct) 's Twitter Profile
MapStruct

@getmapstruct

A Java code generator for creating fast and type-safe bean mappings at compile time

ID: 2342035512

linkhttp://mapstruct.org/ calendar_today13-02-2014 14:07:15

151 Tweet

852 Followers

1 Following

JPA Buddy (@jpabuddy) 's Twitter Profile Photo

Handling #JPA entities outside of DAO layer can lead to strong coupling of data access and business/presentation logic. You can use DTOs instead, Baeldung explains this pattern well: baeldung.com/java-dto-patte… JPA Buddy can generate both DTOs and MapStruct mappers for you:

Filip Hrisafov (@filiphr) 's Twitter Profile Photo

📢 🎉 It is my absolute pleasure to announce the second Beta of the #MapStruct 1.5 release. With support for Subclass mapping (one of the oldest and most requested features), various enhancements and bug fixes reported by our users. mapstruct.org/news/2021-12-1…. Take it while it is 🔥

Joris Kuipers (@jkuipers) 's Twitter Profile Photo

The video of my talk about MapStruct from J-Fall 🇳🇱 has just been published! Went a bit over the 16-minute limit, so even more content for you to enjoy 😉 youtu.be/xy9mzm1DbKk

Markus Dehning (@m_dehning) 's Twitter Profile Photo

Mapstruct – Eine Einführung - Von mir selbst verfasst für den Netfonds Tech Blog blog.netfondstech.de/mapstruct-einf…

Evren Tan (@evrn_tan) 's Twitter Profile Photo

MapStruct is a powerful processor which can map between beans and which can create concrete implementation methods during compile time. Read my latest: “Using MapStruct within Quarkus” #Quarkus #MapStruct getrevue.co/profile/evrent…

Filip Hrisafov (@filiphr) 's Twitter Profile Photo

📢 It is my pleasure to announce the first release candidate of the #mapstruct 1.5 release. It contains support for the Jakarta dependency injection and various bug fixes reported by the community. Thanks to everyone that contributed to it. mapstruct.org/news/2022-03-2….

Filip Hrisafov (@filiphr) 's Twitter Profile Photo

📢 It is my pleasure to announce the release of MapStruct 1.5. The new major features are mapping from Map to bean, subclass mapping and conditional mapping. Read more about it in mapstruct.org/news/2022-06-0…

SPS (@sps_tech_in) 's Twitter Profile Photo

Mapstruct is a wonderful tool for doing bean mapping in Spring projects. It automatically maps properties of same type and allows us to define methods to map incompatible types.

Raimund Klein @schachschiri@mastodon.online (@schachschiri) 's Twitter Profile Photo

#MapStruct #Spring Extensions 0.1.2 supports the incremental build in Gradle: mapstruct.org/news/2022-06-0… The next release will quite likely be labelled 1.0.0.

JPA Buddy (@jpabuddy) 's Twitter Profile Photo

Transferring data from #JPA entity to #DTO and back is boring. With MapStruct you can do it in a single line of code. Whether you prefer having a separate mapper for each entity or a single big fat one with methods for all entities, JPA Buddy will help:

Claus Ibsen (@davsclaus) 's Twitter Profile Photo

Apache Camel 3.19 now has a new camel-mapstruct component to better integrate Camel with MapStruct (a powerful bean mapping toolkit). An example is located at: github.com/apache/camel-e…

<a href="/ApacheCamel/">Apache Camel</a> 3.19 now has a new camel-mapstruct component to better integrate Camel with <a href="/GetMapStruct/">MapStruct</a> (a powerful bean mapping toolkit). An example is located at: github.com/apache/camel-e…
JPA Buddy (@jpabuddy) 's Twitter Profile Photo

It's easy to use MapStruct when the DTO almost matches the entity. The basic examples are perfectly explained by @Baeldung: baeldung.com/mapstruct. However, you can use MapStruct for more complex cases, and JPA Buddy will help you:

Filip Hrisafov (@filiphr) 's Twitter Profile Photo

📢 It is my pleasure to announce the 1.5.3 bug fix release of #MapStruct. It contains 18 bug fixes and some documentation fixes. We would like to thank our community for the bug reports and helping us improve MapString. Read more about it in mapstruct.org/news/2022-10-0…

Java Advent Calendar (@javaadvent) 's Twitter Profile Photo

#7: An application without data is just an empty 🐚. But, different parts of an application require different granularity levels. Vladimir Dejanović shows us how MapStruct helps you transform the needed data. javaadvent.com/2023/12/making…