Open Dogacel opened 1 year ago
Currently PrefixDomainModelQualifier does not support wildcard matching. This is an issue when naming convention is the following: <Domain>.models. I don't want to have 30+ models package defined under this option.
PrefixDomainModelQualifier
<Domain>.models
We can update here: https://github.com/iheartradio/play-swagger/blob/8e5a600389cbe2173ed1d2c85ae2cce3d6715121/core/src/main/scala/com/iheart/playSwagger/DomainModelQualifier.scala#L7-L9
@Dogacel We are currently reviewing it. It may take some time, but we plan to address it.
Currently
PrefixDomainModelQualifier
does not support wildcard matching. This is an issue when naming convention is the following:<Domain>.models
. I don't want to have 30+ models package defined under this option.We can update here: https://github.com/iheartradio/play-swagger/blob/8e5a600389cbe2173ed1d2c85ae2cce3d6715121/core/src/main/scala/com/iheart/playSwagger/DomainModelQualifier.scala#L7-L9