Skip to content

Wildcard matching for swaggerDomainNameSpaces #567

@Dogacel

Description

@Dogacel

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:

final case class PrefixDomainModelQualifier(namespaces: String*) extends DomainModelQualifier {
def isModel(className: String): Boolean = namespaces exists className.startsWith
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions