public class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter implements org.springframework.web.servlet.HandlerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/SimpleControllerHandlerAdapter;

  public boolean supports(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter this
        start local 1 // java.lang.Object handler
         0: .line 44
            aload 1 /* handler */
            instanceof org.springframework.web.servlet.mvc.Controller
            ireturn
        end local 1 // java.lang.Object handler
        end local 0 // org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/web/servlet/mvc/SimpleControllerHandlerAdapter;
            0    1     1  handler  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      handler  

  public org.springframework.web.servlet.ModelAndView handle(HttpServletRequest, HttpServletResponse, java.lang.Object);
    descriptor: (LHttpServletRequest;LHttpServletResponse;Ljava/lang/Object;)Lorg/springframework/web/servlet/ModelAndView;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/SimpleControllerHandlerAdapter;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      request   
      response  
      handler   

  public long getLastModified(HttpServletRequest, java.lang.Object);
    descriptor: (LHttpServletRequest;Ljava/lang/Object;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/mvc/SimpleControllerHandlerAdapter;
    MethodParameters:
         Name  Flags
      request  
      handler  

  public org.springframework.web.servlet.ModelAndView handle(HttpServletRequest, HttpServletResponse, java.lang.Object);
    descriptor: (LHttpServletRequest;LHttpServletResponse;Ljava/lang/Object;)Lorg/springframework/web/servlet/ModelAndView;
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type SimpleControllerHandlerAdapter must implement the inherited abstract method HandlerAdapter.handle(HttpServletRequest, HttpServletResponse, Object)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
            
            
            

  public long getLastModified(HttpServletRequest, java.lang.Object);
    descriptor: (LHttpServletRequest;Ljava/lang/Object;)J
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type SimpleControllerHandlerAdapter must implement the inherited abstract method HandlerAdapter.getLastModified(HttpServletRequest, Object)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
            
}
SourceFile: "SimpleControllerHandlerAdapter.java"