I´m generating my DTO classes using swagger codegen and I want to avoid a concrete import. Is it possible? Maybe using regex someway? This is my mustage template :
{{#imports}}
import {{import}};
{{/imports}}
I´m generating my DTO classes using swagger codegen and I want to avoid a concrete import. Is it possible? Maybe using regex someway? This is my mustage template :
{{#imports}}
import {{import}};
{{/imports}}