Uses of Class
com.bobocode.bring.web.servlet.JsonExceptionHandler
Packages that use JsonExceptionHandler
-
Uses of JsonExceptionHandler in com.bobocode.bring.web.server
Methods in com.bobocode.bring.web.server that return JsonExceptionHandlerModifier and TypeMethodDescriptionWebServerConfiguration.jsonExceptionHandler()Creates and returns aJsonExceptionHandlerbean for handling JSON exceptions. -
Uses of JsonExceptionHandler in com.bobocode.bring.web.servlet
Fields in com.bobocode.bring.web.servlet declared as JsonExceptionHandlerModifier and TypeFieldDescriptionprivate final JsonExceptionHandlerWebStarter.jsonExceptionHandlerThe JsonExceptionHandler for handling JSON-related exceptions.Constructors in com.bobocode.bring.web.servlet with parameters of type JsonExceptionHandlerModifierConstructorDescriptionWebStarter(TomcatServletWebServerFactory tomcatServletWebServerFactory, DispatcherServlet dispatcherServlet, JsonExceptionHandler jsonExceptionHandler, RestControllerContext restControllerContext) Constructs a new WebStarter with the specified components.