vertx / io.vertx.kotlin.ext.web.api.contract

Package io.vertx.kotlin.ext.web.api.contract

Functions

DesignDrivenRouterFactoryOptions

fun DesignDrivenRouterFactoryOptions(mountNotImplementedHandler: Boolean? = null, mountResponseContentTypeHandler: Boolean? = null, mountValidationFailureHandler: Boolean? = null, requireSecurityHandlers: Boolean? = null): RouterFactoryOptions

A function providing a DSL for building io.vertx.ext.web.api.contract.RouterFactoryOptions objects.

RouterFactoryOptions

fun RouterFactoryOptions(bodyHandler: BodyHandler? = null, mountNotImplementedHandler: Boolean? = null, mountResponseContentTypeHandler: Boolean? = null, mountValidationFailureHandler: Boolean? = null, requireSecurityHandlers: Boolean? = null): RouterFactoryOptions

A function providing a DSL for building io.vertx.ext.web.api.contract.RouterFactoryOptions objects.