Carlos Chacin
Carlos Chacin
I was thinking in a parameter to tell it than I want generate the DTOs with lombok. I can review your code to learn and maybe I'll can do some...
Hi @tveronezi, Can you share your repository with this application running in tomee. Thanks in advance
Awesome, thanks
@tveronezi Any update about this?
@AdamBien please review when you have the chance
@bmhm @elucash @shabino I was able to make it work using an adapter like this: ```java public class PetTypeAdapter implements JsonbAdapter { @Override public ImmutablePet adaptToJson(Pet obj) throws Exception {...