I'm trying to generate my entities and dtos from a JDL file, and I need that mapper files put @BeanMapping(ignoreByDefault=false) for recovering all the properties of a relationship's dto and not only the id. But when I generate dtos from JDL file ignoredByDefault is set to true. Is there any way to change this behaviour?
What I got in my jdl file (after my entities and relationships parts) is:
dto * with mapstruct