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()))

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun iterator(): Iterator<RouteSpec>
Link copied to clipboard
fun openAPI(): OpenAPI