vertx-kuickstart-core / dev.fuelyour.vertxkuickstartcore.tools / SwaggerRouteBuilder

SwaggerRouteBuilder

class SwaggerRouteBuilder

Constructors

<init>

SwaggerRouteBuilder(verb: HttpMethod? = null, path: String? = null, opId: String? = null, op: Operation? = null, authRoles: Roles? = null, file: OpenAPI? = null, cache: ResolverCache? = null)

Properties

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?

Functions

build

fun build(): SwaggerRoute