-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
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:
play-swagger/core/src/main/scala/com/iheart/playSwagger/DomainModelQualifier.scala
Lines 7 to 9 in 8e5a600
| final case class PrefixDomainModelQualifier(namespaces: String*) extends DomainModelQualifier { | |
| def isModel(className: String): Boolean = namespaces exists className.startsWith | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels