RouterSpecs
class RouterSpecs(currentContext: NamedBoundedContext, routes: MutableList<RouteSpec> = mutableListOf(), val inline: Boolean = false) : InlineSchemaCapable, OpenAPIComponentContextCapable, MutableList<RouteSpec>
Constructors
Link copied to clipboard
constructor(currentContext: NamedBoundedContext, routes: MutableList<RouteSpec> = mutableListOf(), inline: Boolean = false)