class org.springframework.web.servlet.handler.HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.handler.HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper
  super_class: java.lang.Object
{
  void <init>(HttpServletRequest);
    descriptor: (LHttpServletRequest;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.handler.HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequestWrapper cannot be resolved\n\tThe type HandlerMappingIntrospector must implement the inherited abstract method CorsConfigurationSource.getCorsConfiguration(HttpServletRequest)\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tThe method getHandler(HttpServletRequest) from the type HandlerMapping refers to the missing type HttpServletRequest\n\tThe method getCorsConfiguration(HttpServletRequest) from the type CorsConfigurationSource refers to the missing type HttpServletRequest\n\tThe method getCorsConfiguration(HttpServletRequest) from the type CorsConfigurationSource refers to the missing type HttpServletRequest\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tThe method setAttribute(String, Object) of type HandlerMappingIntrospector.RequestAttributeChangeIgnoringWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.handler.HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper;
    MethodParameters:
         Name  Flags
      request  

  public void setAttribute(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.handler.HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper this
         0: .line 243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method setAttribute(String, Object) of type HandlerMappingIntrospector.RequestAttributeChangeIgnoringWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.handler.HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/handler/HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper;
    MethodParameters:
       Name  Flags
      name   
      value  
}
SourceFile: "HandlerMappingIntrospector.java"
NestHost: org.springframework.web.servlet.handler.HandlerMappingIntrospector
InnerClasses:
  private RequestAttributeChangeIgnoringWrapper = org.springframework.web.servlet.handler.HandlerMappingIntrospector$RequestAttributeChangeIgnoringWrapper of org.springframework.web.servlet.handler.HandlerMappingIntrospector