Uses of Enum Class
tech.xigam.express.Route.RouteType
-
Uses of Route.RouteType in tech.xigam.express
Methods in tech.xigam.express that return Route.RouteTypeModifier and TypeMethodDescriptionstatic Route.RouteTypeReturns the enum constant of this class with the specified name.static Route.RouteType[]Route.RouteType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.xigam.express with parameters of type Route.RouteTypeModifierConstructorDescriptionRoute(Route.RouteType routeType, Consumer<Request> handler, Express express)