mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-17 08:31:23 +00:00
Swagr code-gen: Making base class in models generated configurable
This commit is contained in:
@@ -14,7 +14,7 @@ import $import$;
|
||||
* @author ramesh
|
||||
*
|
||||
*/
|
||||
public class $className$ extends WordnikObject {
|
||||
public class $className$ extends $extends$ {
|
||||
|
||||
$fields:{ field |
|
||||
//$field.description$
|
||||
|
||||
Reference in New Issue
Block a user