Uses of Class
com.bobocode.bring.web.servlet.RestControllerContext
Packages that use RestControllerContext
-
Uses of RestControllerContext in com.bobocode.bring.web.servlet
Fields in com.bobocode.bring.web.servlet declared as RestControllerContextModifier and TypeFieldDescriptionprivate final RestControllerContextWebStarter.restControllerContextThe RestControllerContext for managing REST controllers and their parameters.Constructors in com.bobocode.bring.web.servlet with parameters of type RestControllerContextModifierConstructorDescriptionWebStarter(TomcatServletWebServerFactory tomcatServletWebServerFactory, DispatcherServlet dispatcherServlet, JsonExceptionHandler jsonExceptionHandler, RestControllerContext restControllerContext) Constructs a new WebStarter with the specified components.