Uses of Class
sk.antons.sbutils.http.JsonExceptionHandler
Packages that use JsonExceptionHandler
-
Uses of JsonExceptionHandler in sk.antons.sbutils.http
Methods in sk.antons.sbutils.http that return JsonExceptionHandlerModifier and TypeMethodDescriptionstatic JsonExceptionHandlerJsonExceptionHandler.instance()method for logging exceptionJsonExceptionHandler.processor(Function<Throwable, com.fasterxml.jackson.databind.node.ObjectNode> value) method for converting exception to json responseJsonExceptionHandler.statusResolver(Function<Throwable, org.springframework.http.HttpStatus> value) method for resolving http status from exception