I need to customise a single class that is generated by swagger codegen, I have been reading about the mustache templates and that seems like the right way to go but I only want to change a single generated class.
The examples I looked at seemed to change the template directory location from the command line with -t option but I really only want to change one single class.
What is the best way to do this?