Class RouteBuildItem.Builder

java.lang.Object
io.quarkus.vertx.http.deployment.RouteBuildItem.Builder
Direct Known Subclasses:
HttpRootPathBuildItem.Builder, NonApplicationRootPathBuildItem.Builder
Enclosing class:
RouteBuildItem

public static class RouteBuildItem.Builder extends Object
HttpRootPathBuildItem.Builder and NonApplicationRootPathBuildItem.Builder extend this. Please verify the extended builders behavior when changing this one.
  • Field Details

    • 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
    • type

      protected HandlerType type
    • displayOnNotFoundPage

      protected boolean displayOnNotFoundPage
    • notFoundPageTitle

      protected String notFoundPageTitle
    • notFoundPagePath

      protected String notFoundPagePath
    • routePath

      protected String routePath
    • routeConfigKey

      protected String routeConfigKey
    • absolutePath

      protected String absolutePath
    • isManagement

      protected boolean isManagement
  • Constructor Details

    • Builder

      public Builder()
  • Method Details