class SwaggerRouteBuilder
<init> |
SwaggerRouteBuilder(verb: HttpMethod? = null, path: String? = null, opId: String? = null, op: Operation? = null, authRoles: Roles? = null, file: OpenAPI? = null, cache: ResolverCache? = null) |
authRoles |
var authRoles: Roles? |
cache |
var cache: ResolverCache? |
file |
var file: OpenAPI? |
op |
var op: Operation? |
opId |
var opId: String? |
path |
var path: String? |
verb |
var verb: HttpMethod? |
build |
fun build(): SwaggerRoute |