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 aJsonExceptionHandler
bean 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 JsonExceptionHandler
WebStarter.jsonExceptionHandler
The 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.