public abstract class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver extends org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
  super_class: org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
{
  public void <init>(org.springframework.beans.factory.config.ConfigurableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableBeanFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver this
        start local 1 // org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory
         0: .line 52
            aload 0 /* this */
            aload 1 /* beanFactory */
            invokespecial org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.<init>:(Lorg/springframework/beans/factory/config/ConfigurableBeanFactory;)V
         1: .line 53
            return
        end local 1 // org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory
        end local 0 // org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/web/method/annotation/AbstractCookieValueMethodArgumentResolver;
            0    2     1  beanFactory  Lorg/springframework/beans/factory/config/ConfigurableBeanFactory;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      beanFactory  

  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.AbstractCookieValueMethodArgumentResolver this
        start local 1 // org.springframework.core.MethodParameter parameter
         0: .line 58
            aload 1 /* parameter */
            ldc Lorg/springframework/web/bind/annotation/CookieValue;
            invokevirtual org.springframework.core.MethodParameter.hasParameterAnnotation:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/method/annotation/AbstractCookieValueMethodArgumentResolver;
            0    1     1  parameter  Lorg/springframework/core/MethodParameter;
    MethodParameters:
           Name  Flags
      parameter  

  protected org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver$NamedValueInfo createNamedValueInfo(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Lorg/springframework/web/method/annotation/AbstractNamedValueMethodArgumentResolver$NamedValueInfo;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver this
        start local 1 // org.springframework.core.MethodParameter parameter
         0: .line 63
            aload 1 /* parameter */
            ldc Lorg/springframework/web/bind/annotation/CookieValue;
            invokevirtual org.springframework.core.MethodParameter.getParameterAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.springframework.web.bind.annotation.CookieValue
            astore 2 /* annotation */
        start local 2 // org.springframework.web.bind.annotation.CookieValue annotation
         1: .line 64
            aload 2 /* annotation */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: org.springframework.web.bind.annotation.CookieValue
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "No CookieValue annotation"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         4: .line 65
            new org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver$CookieValueNamedValueInfo
            dup
            aload 2 /* annotation */
            invokespecial org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver$CookieValueNamedValueInfo.<init>:(Lorg/springframework/web/bind/annotation/CookieValue;)V
            areturn
        end local 2 // org.springframework.web.bind.annotation.CookieValue annotation
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/springframework/web/method/annotation/AbstractCookieValueMethodArgumentResolver;
            0    5     1   parameter  Lorg/springframework/core/MethodParameter;
            1    5     2  annotation  Lorg/springframework/web/bind/annotation/CookieValue;
    MethodParameters:
           Name  Flags
      parameter  

  protected void handleMissingValue(java.lang.String, org.springframework.core.MethodParameter);
    descriptor: (Ljava/lang/String;Lorg/springframework/core/MethodParameter;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNo exception of type ServletRequestBindingException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type MissingRequestCookieException can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/method/annotation/AbstractCookieValueMethodArgumentResolver;
    MethodParameters:
           Name  Flags
      name       
      parameter  
}
SourceFile: "AbstractCookieValueMethodArgumentResolver.java"
NestMembers:
  org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver$CookieValueNamedValueInfo
InnerClasses:
  private final CookieValueNamedValueInfo = org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver$CookieValueNamedValueInfo of org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
  protected NamedValueInfo = org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver$NamedValueInfo of org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver