-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Milestone
Description
We our model json's in multiple directory structure and wanted to check is there a possibility using code generator I can have my model classes in multiple directory using the name of schema folder.
For e.g. - we provide model package to generator but I want with that package it also add the folder name as well where the schema resides.
package input - com.schema.model
schema dirs - common, client, shared
when it generates, I want to have my packages like
com.schema.model.common
com.schema.model.client
com.schema.model.shared
before we were using jsonschema2pojo plugin which used to generate as above packages. but could not find if swagger generator supports it.
Any guidelines will be appreciated.
thanks