Mapstruct
Created on 2023-09-07T17:28:35-05:00
Tooling that maps one structure to another.
Basically says which fields in struct A go to what fields of struct B, then generates boilerplate code to adapt those types to one another. You can specify bits of code if there is more to the job than just copying the value.