public class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver implements org.springframework.web.method.support.HandlerMethodArgumentResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
  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.method.annotation.SessionStatusMethodArgumentResolver this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/method/annotation/SessionStatusMethodArgumentResolver;

  public boolean supportsParameter(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver this
        start local 1 // org.springframework.core.MethodParameter parameter
         0: .line 39
            ldc Lorg/springframework/web/bind/support/SessionStatus;
            aload 1 /* parameter */
            invokevirtual org.springframework.core.MethodParameter.getParameterType:()Ljava/lang/Class;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/web/method/annotation/SessionStatusMethodArgumentResolver;
            0    2     1  parameter  Lorg/springframework/core/MethodParameter;
    MethodParameters:
           Name  Flags
      parameter  

  public java.lang.Object resolveArgument(org.springframework.core.MethodParameter, org.springframework.web.method.support.ModelAndViewContainer, org.springframework.web.context.request.NativeWebRequest, org.springframework.web.bind.support.WebDataBinderFactory);
    descriptor: (Lorg/springframework/core/MethodParameter;Lorg/springframework/web/method/support/ModelAndViewContainer;Lorg/springframework/web/context/request/NativeWebRequest;Lorg/springframework/web/bind/support/WebDataBinderFactory;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver this
        start local 1 // org.springframework.core.MethodParameter parameter
        start local 2 // org.springframework.web.method.support.ModelAndViewContainer mavContainer
        start local 3 // org.springframework.web.context.request.NativeWebRequest webRequest
        start local 4 // org.springframework.web.bind.support.WebDataBinderFactory binderFactory
         0: .line 46
            aload 2 /* mavContainer */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "ModelAndViewContainer is required for session status exposure"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         3: .line 47
            aload 2 /* mavContainer */
            invokevirtual org.springframework.web.method.support.ModelAndViewContainer.getSessionStatus:()Lorg/springframework/web/bind/support/SessionStatus;
            areturn
        end local 4 // org.springframework.web.bind.support.WebDataBinderFactory binderFactory
        end local 3 // org.springframework.web.context.request.NativeWebRequest webRequest
        end local 2 // org.springframework.web.method.support.ModelAndViewContainer mavContainer
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/springframework/web/method/annotation/SessionStatusMethodArgumentResolver;
            0    4     1      parameter  Lorg/springframework/core/MethodParameter;
            0    4     2   mavContainer  Lorg/springframework/web/method/support/ModelAndViewContainer;
            0    4     3     webRequest  Lorg/springframework/web/context/request/NativeWebRequest;
            0    4     4  binderFactory  Lorg/springframework/web/bind/support/WebDataBinderFactory;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
      3:
        org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      parameter      
      mavContainer   
      webRequest     
      binderFactory  
}
SourceFile: "SessionStatusMethodArgumentResolver.java"