fun RouterFactoryOptions(mountNotImplementedHandler: Boolean? = null, mountResponseContentTypeHandler: Boolean? = null, mountValidationFailureHandler: Boolean? = null, operationModelKey: String? = null, requireSecurityHandlers: Boolean? = null): RouterFactoryOptions
A function providing a DSL for building io.vertx.ext.web.api.contract.RouterFactoryOptions objects. |