Class Hierarchy
- java.lang.Object
- org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler (implements org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler, org.springframework.beans.factory.InitializingBean)
- org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.filters.AbstractWebfluxContextUpdatingFilter (implements org.springframework.web.server.WebFilter)
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.impl.AccessDeniedExceptionFormatter (implements es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.ExceptionFormatter)
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.impl.AuthenticationExceptionFormatter (implements es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.ExceptionFormatter)
- es.kukenan.smartfi.microservice.webfluxconfig.util.Constants
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.security.CustomRequestExchangeMatcher (implements org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher)
- org.springframework.boot.web.reactive.error.DefaultErrorAttributes (implements org.springframework.boot.web.reactive.error.ErrorAttributes)
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.ExceptionFormatterManager
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.security.JwtAuthenticationManager (implements org.springframework.security.authentication.ReactiveAuthenticationManager)
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.impl.KukenanWalletExceptionFormatter (implements es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.ExceptionFormatter)
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.security.TokenAuthenticationConverter (implements org.springframework.security.web.server.authentication.ServerAuthenticationConverter)
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.impl.UnexpectedExceptionFormatter (implements es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.ExceptionFormatter)
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.WebfluxErrorConfiguration
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.WebfluxSecurityConfiguration
Interface Hierarchy
- es.kukenan.smartfi.microservice.webfluxconfig.configuration.error.formatter.ExceptionFormatter