Uses of Enum Class
io.github.grumpystuff.grumpyrest.servlet.RequestPathSourcingStrategy
Packages that use RequestPathSourcingStrategy
-
Uses of RequestPathSourcingStrategy in io.github.grumpystuff.grumpyrest
Constructors in io.github.grumpystuff.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 io.github.grumpystuff.grumpyrest.servlet
Methods in io.github.grumpystuff.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 io.github.grumpystuff.grumpyrest.servlet with parameters of type RequestPathSourcingStrategyModifierConstructorDescriptionRestServlet(RestApi api, RequestPathSourcingStrategy requestPathSourcingStrategy) Constructor.