Uses of Enum Class
name.martingeisse.grumpyrest.servlet.RequestPathSourcingStrategy
Packages that use RequestPathSourcingStrategy
-
Uses of RequestPathSourcingStrategy in name.martingeisse.grumpyrest
Constructors in name.martingeisse.grumpyrest with parameters of type RequestPathSourcingStrategyModifierConstructorDescriptionRequestCycle(RestApi api, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, RequestPathSourcingStrategy requestPathSourcingStrategy) NOT PUBLIC API -
Uses of RequestPathSourcingStrategy in name.martingeisse.grumpyrest.servlet
Methods in name.martingeisse.grumpyrest.servlet that return RequestPathSourcingStrategyModifier and TypeMethodDescriptionstatic RequestPathSourcingStrategyReturns the enum constant of this class with the specified name.static RequestPathSourcingStrategy[]RequestPathSourcingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in name.martingeisse.grumpyrest.servlet with parameters of type RequestPathSourcingStrategyModifierConstructorDescriptionRestServlet(RestApi api, RequestPathSourcingStrategy requestPathSourcingStrategy) Constructor.