Open
Description
When I was building the sdk with openapi-generator, the file name of the generated ApiClient class was ApiClient.java. I wanted to change it to MyClient.java, but found that in the ApiClient.mustache template, only the class name could be modified, not the java file name. Could you please tell me where I can make the modification?