Class RouteBuildItem.Builder

    • Field Detail

      • routeFunction

        protected Function<io.vertx.ext.web.Router,​io.vertx.ext.web.Route> routeFunction
      • handler

        protected io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler
      • displayOnNotFoundPage

        protected boolean displayOnNotFoundPage
      • notFoundPageTitle

        protected String notFoundPageTitle
      • notFoundPagePath

        protected String notFoundPagePath
      • routePath

        protected String routePath
      • routeConfigKey

        protected String routeConfigKey
      • absolutePath

        protected String absolutePath
    • Constructor Detail

      • Builder

        public Builder()