类 SystemErrorWebExceptionHandler

java.lang.Object
org.wxz.business.advice.config.SystemErrorWebExceptionHandler

@Configuration(proxyBeanMethods=false) @AutoConfigureBefore(org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.class) @EnableConfigurationProperties({org.springframework.boot.autoconfigure.web.ServerProperties.class,org.springframework.boot.autoconfigure.web.ResourceProperties.class}) public class SystemErrorWebExceptionHandler extends Object
  • 构造器概要

    构造器
    构造器
    说明
    SystemErrorWebExceptionHandler(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler
    errorWebExceptionHandler(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.ResourceProperties resourceProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers, org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer, org.springframework.context.ApplicationContext applicationContext)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • SystemErrorWebExceptionHandler

      public SystemErrorWebExceptionHandler(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)
  • 方法详细资料

    • errorWebExceptionHandler

      @Bean @Order(-2147483648) public org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler errorWebExceptionHandler(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, org.springframework.boot.autoconfigure.web.ResourceProperties resourceProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers, org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer, org.springframework.context.ApplicationContext applicationContext)