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. |
|
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. |