类 ExtensionErrorAttributes

java.lang.Object
org.springframework.boot.web.reactive.error.DefaultErrorAttributes
cn.bbwres.biscuit.gateway.adapter.ExtensionErrorAttributes
所有已实现的接口:
org.springframework.boot.web.reactive.error.ErrorAttributes

public class ExtensionErrorAttributes extends org.springframework.boot.web.reactive.error.DefaultErrorAttributes
异常信息处理
版本:
$Id: $Id
作者:
zhanglinfeng
  • 构造器详细资料

    • ExtensionErrorAttributes

      public ExtensionErrorAttributes()
  • 方法详细资料

    • getErrorAttributes

      public Map<String,Object> getErrorAttributes(org.springframework.web.reactive.function.server.ServerRequest request, org.springframework.boot.web.error.ErrorAttributeOptions options)
      指定者:
      getErrorAttributes 在接口中 org.springframework.boot.web.reactive.error.ErrorAttributes
      覆盖:
      getErrorAttributes 在类中 org.springframework.boot.web.reactive.error.DefaultErrorAttributes