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

SwaggerRoute

data class SwaggerRoute

Constructors

<init>

SwaggerRoute(verb: HttpMethod, path: String, opId: String, op: Operation, authRoles: Roles, swaggerFile: OpenAPI, swaggerCache: ResolverCache)

Properties

authRoles

val authRoles: Roles

op

val op: Operation

opId

val opId: String

path

val path: String

swaggerCache

val swaggerCache: ResolverCache

swaggerFile

val swaggerFile: OpenAPI

verb

val verb: HttpMethod