RouterSpecs
class RouterSpecs(currentContext: NamedBoundedContext, routes: MutableList<RouteSpec> = mutableListOf(), val componentContext: OpenAPIComponentContext = OpenAPIComponentContext.default(false, defaultSchemaNamePrefix = currentContext.getContextAliasPrefix())) : OpenAPIComponentContextCapable, Iterable<RouteSpec>
Constructors
Link copied to clipboard
constructor(currentContext: NamedBoundedContext, routes: MutableList<RouteSpec> = mutableListOf(), componentContext: OpenAPIComponentContext = OpenAPIComponentContext.default(false, defaultSchemaNamePrefix = currentContext.getContextAliasPrefix()))