Uses of Class
es.kukenan.smartfi.springboot.controller.RestExceptionHandler
Packages that use RestExceptionHandler
Package
Description
Common security configuration module.
Here, classes for configuring web (servlet based) projects will be placed.
-
Uses of RestExceptionHandler in es.kukenan.smartfi.springboot.config.security
Fields in es.kukenan.smartfi.springboot.config.security declared as RestExceptionHandlerModifier and TypeFieldDescriptionprivate RestExceptionHandlerWebSecurityConfigurer.exceptionHandlerTheRestExceptionHandler. -
Uses of RestExceptionHandler in es.kukenan.smartfi.springboot.config.web.servlet
Methods in es.kukenan.smartfi.springboot.config.web.servlet that return RestExceptionHandlerModifier and TypeMethodDescriptionServletWebApplicationConfig.restExceptionHandler()Global rest exception handler.