Uses of Class
io.github.grumpystuff.grumpyrest.RestApi
Packages that use RestApi
-
Uses of RestApi in io.github.grumpystuff.grumpyrest
Methods in io.github.grumpystuff.grumpyrest that return RestApiModifier and TypeMethodDescriptionRequestCycle.getApi()Getter method for theRestApithat handles the requestConstructors in io.github.grumpystuff.grumpyrest with parameters of type RestApiModifierConstructorDescriptionRequestCycle(RestApi api, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, RequestPathSourcingStrategy requestPathSourcingStrategy) NOT PUBLIC API -
Uses of RestApi in io.github.grumpystuff.grumpyrest.servlet
Constructors in io.github.grumpystuff.grumpyrest.servlet with parameters of type RestApiModifierConstructorDescriptionRestServlet(RestApi api, RequestPathSourcingStrategy requestPathSourcingStrategy) Constructor.