public class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver extends org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver implements org.springframework.web.method.support.UriComponentsContributor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
  super_class: org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
{
  private static final org.springframework.core.convert.TypeDescriptor STRING_TYPE_DESCRIPTOR;
    descriptor: Lorg/springframework/core/convert/TypeDescriptor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final boolean useDefaultResolution;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 79
            ldc Ljava/lang/String;
            invokestatic org.springframework.core.convert.TypeDescriptor.valueOf:(Ljava/lang/Class;)Lorg/springframework/core/convert/TypeDescriptor;
            putstatic org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.STRING_TYPE_DESCRIPTOR:Lorg/springframework/core/convert/TypeDescriptor;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
        start local 1 // boolean useDefaultResolution
         0: .line 91
            aload 0 /* this */
            invokespecial org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.<init>:()V
         1: .line 92
            aload 0 /* this */
            iload 1 /* useDefaultResolution */
            putfield org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.useDefaultResolution:Z
         2: .line 93
            return
        end local 1 // boolean useDefaultResolution
        end local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lorg/springframework/web/method/annotation/RequestParamMethodArgumentResolver;
            0    3     1  useDefaultResolution  Z
    MethodParameters:
                      Name  Flags
      useDefaultResolution  

  public void <init>(org.springframework.beans.factory.config.ConfigurableBeanFactory, boolean);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableBeanFactory;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
        start local 1 // org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory
        start local 2 // boolean useDefaultResolution
         0: .line 108
            aload 0 /* this */
            aload 1 /* beanFactory */
            invokespecial org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.<init>:(Lorg/springframework/beans/factory/config/ConfigurableBeanFactory;)V
         1: .line 109
            aload 0 /* this */
            iload 2 /* useDefaultResolution */
            putfield org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.useDefaultResolution:Z
         2: .line 110
            return
        end local 2 // boolean useDefaultResolution
        end local 1 // org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory
        end local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lorg/springframework/web/method/annotation/RequestParamMethodArgumentResolver;
            0    3     1           beanFactory  Lorg/springframework/beans/factory/config/ConfigurableBeanFactory;
            0    3     2  useDefaultResolution  Z
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
    MethodParameters:
                      Name  Flags
      beanFactory           
      useDefaultResolution  

  public boolean supportsParameter(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
        start local 1 // org.springframework.core.MethodParameter parameter
         0: .line 126
            aload 1 /* parameter */
            ldc Lorg/springframework/web/bind/annotation/RequestParam;
            invokevirtual org.springframework.core.MethodParameter.hasParameterAnnotation:(Ljava/lang/Class;)Z
            ifeq 6
         1: .line 127
            ldc Ljava/util/Map;
            aload 1 /* parameter */
            invokevirtual org.springframework.core.MethodParameter.nestedIfOptional:()Lorg/springframework/core/MethodParameter;
            invokevirtual org.springframework.core.MethodParameter.getNestedParameterType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 5
         2: .line 128
            aload 1 /* parameter */
            ldc Lorg/springframework/web/bind/annotation/RequestParam;
            invokevirtual org.springframework.core.MethodParameter.getParameterAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.springframework.web.bind.annotation.RequestParam
            astore 2 /* requestParam */
        start local 2 // org.springframework.web.bind.annotation.RequestParam requestParam
         3: .line 129
            aload 2 /* requestParam */
            ifnull 4
            aload 2 /* requestParam */
            invokeinterface org.springframework.web.bind.annotation.RequestParam.name:()Ljava/lang/String;
            invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.springframework.web.bind.annotation.RequestParam
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.springframework.web.bind.annotation.RequestParam requestParam
         5: .line 132
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         6: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* parameter */
            ldc Lorg/springframework/web/bind/annotation/RequestPart;
            invokevirtual org.springframework.core.MethodParameter.hasParameterAnnotation:(Ljava/lang/Class;)Z
            ifeq 8
         7: .line 137
            iconst_0
            ireturn
         8: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* parameter */
            invokevirtual org.springframework.core.MethodParameter.nestedIfOptional:()Lorg/springframework/core/MethodParameter;
            astore 1 /* parameter */
         9: .line 140
            aload 1 /* parameter */
            invokestatic org.springframework.web.multipart.support.MultipartResolutionDelegate.isMultipartArgument:(Lorg/springframework/core/MethodParameter;)Z
            ifeq 11
        10: .line 141
            iconst_1
            ireturn
        11: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.useDefaultResolution:Z
            ifeq 13
        12: .line 144
            aload 1 /* parameter */
            invokevirtual org.springframework.core.MethodParameter.getNestedParameterType:()Ljava/lang/Class;
            invokestatic org.springframework.beans.BeanUtils.isSimpleProperty:(Ljava/lang/Class;)Z
            ireturn
        13: .line 147
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lorg/springframework/web/method/annotation/RequestParamMethodArgumentResolver;
            0   14     1     parameter  Lorg/springframework/core/MethodParameter;
            3    5     2  requestParam  Lorg/springframework/web/bind/annotation/RequestParam;
    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.RequestParamMethodArgumentResolver this
        start local 1 // org.springframework.core.MethodParameter parameter
         0: .line 154
            aload 1 /* parameter */
            ldc Lorg/springframework/web/bind/annotation/RequestParam;
            invokevirtual org.springframework.core.MethodParameter.getParameterAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.springframework.web.bind.annotation.RequestParam
            astore 2 /* ann */
        start local 2 // org.springframework.web.bind.annotation.RequestParam ann
         1: .line 155
            aload 2 /* ann */
            ifnull 2
            new org.springframework.web.method.annotation.RequestParamMethodArgumentResolver$RequestParamNamedValueInfo
            dup
            aload 2 /* ann */
            invokespecial org.springframework.web.method.annotation.RequestParamMethodArgumentResolver$RequestParamNamedValueInfo.<init>:(Lorg/springframework/web/bind/annotation/RequestParam;)V
            goto 3
      StackMap locals: org.springframework.web.bind.annotation.RequestParam
      StackMap stack:
         2: new org.springframework.web.method.annotation.RequestParamMethodArgumentResolver$RequestParamNamedValueInfo
            dup
            invokespecial org.springframework.web.method.annotation.RequestParamMethodArgumentResolver$RequestParamNamedValueInfo.<init>:()V
      StackMap locals:
      StackMap stack: org.springframework.web.method.annotation.RequestParamMethodArgumentResolver$RequestParamNamedValueInfo
         3: areturn
        end local 2 // org.springframework.web.bind.annotation.RequestParam ann
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/springframework/web/method/annotation/RequestParamMethodArgumentResolver;
            0    4     1  parameter  Lorg/springframework/core/MethodParameter;
            1    4     2        ann  Lorg/springframework/web/bind/annotation/RequestParam;
    MethodParameters:
           Name  Flags
      parameter  

  protected java.lang.Object resolveName(java.lang.String, org.springframework.core.MethodParameter, org.springframework.web.context.request.NativeWebRequest);
    descriptor: (Ljava/lang/String;Lorg/springframework/core/MethodParameter;Lorg/springframework/web/context/request/NativeWebRequest;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
        start local 1 // java.lang.String name
        start local 2 // org.springframework.core.MethodParameter parameter
        start local 3 // org.springframework.web.context.request.NativeWebRequest request
         0: .line 161
            aload 3 /* request */
            ldc Ljavax/servlet/http/HttpServletRequest;
            invokeinterface org.springframework.web.context.request.NativeWebRequest.getNativeRequest:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.servlet.http.HttpServletRequest
            astore 4 /* servletRequest */
        start local 4 // javax.servlet.http.HttpServletRequest servletRequest
         1: .line 163
            aload 4 /* servletRequest */
            ifnull 5
         2: .line 164
            aload 1 /* name */
            aload 2 /* parameter */
            aload 4 /* servletRequest */
            invokestatic org.springframework.web.multipart.support.MultipartResolutionDelegate.resolveMultipartArgument:(Ljava/lang/String;Lorg/springframework/core/MethodParameter;Ljavax/servlet/http/HttpServletRequest;)Ljava/lang/Object;
            astore 5 /* mpArg */
        start local 5 // java.lang.Object mpArg
         3: .line 165
            aload 5 /* mpArg */
            getstatic org.springframework.web.multipart.support.MultipartResolutionDelegate.UNRESOLVABLE:Ljava/lang/Object;
            if_acmpeq 5
         4: .line 166
            aload 5 /* mpArg */
            areturn
        end local 5 // java.lang.Object mpArg
         5: .line 170
      StackMap locals: javax.servlet.http.HttpServletRequest
      StackMap stack:
            aconst_null
            astore 5 /* arg */
        start local 5 // java.lang.Object arg
         6: .line 171
            aload 3 /* request */
            ldc Lorg/springframework/web/multipart/MultipartRequest;
            invokeinterface org.springframework.web.context.request.NativeWebRequest.getNativeRequest:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.springframework.web.multipart.MultipartRequest
            astore 6 /* multipartRequest */
        start local 6 // org.springframework.web.multipart.MultipartRequest multipartRequest
         7: .line 172
            aload 6 /* multipartRequest */
            ifnull 13
         8: .line 173
            aload 6 /* multipartRequest */
            aload 1 /* name */
            invokeinterface org.springframework.web.multipart.MultipartRequest.getFiles:(Ljava/lang/String;)Ljava/util/List;
            astore 7 /* files */
        start local 7 // java.util.List files
         9: .line 174
            aload 7 /* files */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 13
        10: .line 175
            aload 7 /* files */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 11
            aload 7 /* files */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            goto 12
      StackMap locals: java.lang.Object org.springframework.web.multipart.MultipartRequest java.util.List
      StackMap stack:
        11: aload 7 /* files */
      StackMap locals:
      StackMap stack: java.lang.Object
        12: astore 5 /* arg */
        end local 7 // java.util.List files
        13: .line 178
      StackMap locals:
      StackMap stack:
            aload 5 /* arg */
            ifnonnull 19
        14: .line 179
            aload 3 /* request */
            aload 1 /* name */
            invokeinterface org.springframework.web.context.request.NativeWebRequest.getParameterValues:(Ljava/lang/String;)[Ljava/lang/String;
            astore 7 /* paramValues */
        start local 7 // java.lang.String[] paramValues
        15: .line 180
            aload 7 /* paramValues */
            ifnull 19
        16: .line 181
            aload 7 /* paramValues */
            arraylength
            iconst_1
            if_icmpne 17
            aload 7 /* paramValues */
            iconst_0
            aaload
            goto 18
      StackMap locals: java.lang.String[]
      StackMap stack:
        17: aload 7 /* paramValues */
      StackMap locals:
      StackMap stack: java.io.Serializable
        18: astore 5 /* arg */
        end local 7 // java.lang.String[] paramValues
        19: .line 184
      StackMap locals:
      StackMap stack:
            aload 5 /* arg */
            areturn
        end local 6 // org.springframework.web.multipart.MultipartRequest multipartRequest
        end local 5 // java.lang.Object arg
        end local 4 // javax.servlet.http.HttpServletRequest servletRequest
        end local 3 // org.springframework.web.context.request.NativeWebRequest request
        end local 2 // org.springframework.core.MethodParameter parameter
        end local 1 // java.lang.String name
        end local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lorg/springframework/web/method/annotation/RequestParamMethodArgumentResolver;
            0   20     1              name  Ljava/lang/String;
            0   20     2         parameter  Lorg/springframework/core/MethodParameter;
            0   20     3           request  Lorg/springframework/web/context/request/NativeWebRequest;
            1   20     4    servletRequest  Ljavax/servlet/http/HttpServletRequest;
            3    5     5             mpArg  Ljava/lang/Object;
            6   20     5               arg  Ljava/lang/Object;
            7   20     6  multipartRequest  Lorg/springframework/web/multipart/MultipartRequest;
            9   13     7             files  Ljava/util/List<Lorg/springframework/web/multipart/MultipartFile;>;
           15   19     7       paramValues  [Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      name       
      parameter  
      request    

  protected void handleMissingValue(java.lang.String, org.springframework.core.MethodParameter, org.springframework.web.context.request.NativeWebRequest);
    descriptor: (Ljava/lang/String;Lorg/springframework/core/MethodParameter;Lorg/springframework/web/context/request/NativeWebRequest;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
        start local 1 // java.lang.String name
        start local 2 // org.springframework.core.MethodParameter parameter
        start local 3 // org.springframework.web.context.request.NativeWebRequest request
         0: .line 191
            aload 3 /* request */
            ldc Ljavax/servlet/http/HttpServletRequest;
            invokeinterface org.springframework.web.context.request.NativeWebRequest.getNativeRequest:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.servlet.http.HttpServletRequest
            astore 4 /* servletRequest */
        start local 4 // javax.servlet.http.HttpServletRequest servletRequest
         1: .line 192
            aload 2 /* parameter */
            invokestatic org.springframework.web.multipart.support.MultipartResolutionDelegate.isMultipartArgument:(Lorg/springframework/core/MethodParameter;)Z
            ifeq 5
         2: .line 193
            aload 4 /* servletRequest */
            ifnull 3
            aload 4 /* servletRequest */
            invokestatic org.springframework.web.multipart.support.MultipartResolutionDelegate.isMultipartRequest:(Ljavax/servlet/http/HttpServletRequest;)Z
            ifne 4
         3: .line 194
      StackMap locals: javax.servlet.http.HttpServletRequest
      StackMap stack:
            new org.springframework.web.multipart.MultipartException
            dup
            ldc "Current request is not a multipart request"
            invokespecial org.springframework.web.multipart.MultipartException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 197
      StackMap locals:
      StackMap stack:
            new org.springframework.web.multipart.support.MissingServletRequestPartException
            dup
            aload 1 /* name */
            invokespecial org.springframework.web.multipart.support.MissingServletRequestPartException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 201
      StackMap locals:
      StackMap stack:
            new org.springframework.web.bind.MissingServletRequestParameterException
            dup
            aload 1 /* name */
         6: .line 202
            aload 2 /* parameter */
            invokevirtual org.springframework.core.MethodParameter.getNestedParameterType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
         7: .line 201
            invokespecial org.springframework.web.bind.MissingServletRequestParameterException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            athrow
        end local 4 // javax.servlet.http.HttpServletRequest servletRequest
        end local 3 // org.springframework.web.context.request.NativeWebRequest request
        end local 2 // org.springframework.core.MethodParameter parameter
        end local 1 // java.lang.String name
        end local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/springframework/web/method/annotation/RequestParamMethodArgumentResolver;
            0    8     1            name  Ljava/lang/String;
            0    8     2       parameter  Lorg/springframework/core/MethodParameter;
            0    8     3         request  Lorg/springframework/web/context/request/NativeWebRequest;
            1    8     4  servletRequest  Ljavax/servlet/http/HttpServletRequest;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
           Name  Flags
      name       
      parameter  
      request    

  public void contributeMethodArgument(org.springframework.core.MethodParameter, , org.springframework.web.util.UriComponentsBuilder, java.util.Map<java.lang.String, java.lang.Object>, org.springframework.core.convert.ConversionService);
    descriptor: (Lorg/springframework/core/MethodParameter;Ljava/lang/Object;Lorg/springframework/web/util/UriComponentsBuilder;Ljava/util/Map;Lorg/springframework/core/convert/ConversionService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=11, args_size=6
        start local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
        start local 1 // org.springframework.core.MethodParameter parameter
        start local 2 // java.lang.Object value
        start local 3 // org.springframework.web.util.UriComponentsBuilder builder
        start local 4 // java.util.Map uriVariables
        start local 5 // org.springframework.core.convert.ConversionService conversionService
         0: .line 210
            aload 1 /* parameter */
            invokevirtual org.springframework.core.MethodParameter.getNestedParameterType:()Ljava/lang/Class;
            astore 6 /* paramType */
        start local 6 // java.lang.Class paramType
         1: .line 211
            ldc Ljava/util/Map;
            aload 6 /* paramType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 2
            ldc Lorg/springframework/web/multipart/MultipartFile;
            aload 6 /* paramType */
            if_acmpeq 2
            ldc Ljavax/servlet/http/Part;
            aload 6 /* paramType */
            if_acmpne 3
         2: .line 212
      StackMap locals: java.lang.Class
      StackMap stack:
            return
         3: .line 215
      StackMap locals:
      StackMap stack:
            aload 1 /* parameter */
            ldc Lorg/springframework/web/bind/annotation/RequestParam;
            invokevirtual org.springframework.core.MethodParameter.getParameterAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.springframework.web.bind.annotation.RequestParam
            astore 7 /* requestParam */
        start local 7 // org.springframework.web.bind.annotation.RequestParam requestParam
         4: .line 216
            aload 7 /* requestParam */
            ifnull 5
            aload 7 /* requestParam */
            invokeinterface org.springframework.web.bind.annotation.RequestParam.name:()Ljava/lang/String;
            invokestatic org.springframework.util.StringUtils.isEmpty:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 217
      StackMap locals: org.springframework.web.bind.annotation.RequestParam
      StackMap stack:
            aload 1 /* parameter */
            invokevirtual org.springframework.core.MethodParameter.getParameterName:()Ljava/lang/String;
            goto 7
      StackMap locals:
      StackMap stack:
         6: aload 7 /* requestParam */
            invokeinterface org.springframework.web.bind.annotation.RequestParam.name:()Ljava/lang/String;
         7: .line 216
      StackMap locals:
      StackMap stack: java.lang.String
            astore 8 /* name */
        start local 8 // java.lang.String name
         8: .line 218
            aload 8 /* name */
            ifnull 9
            iconst_1
            goto 10
      StackMap locals: java.lang.String
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: ldc "Unresolvable parameter name"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
        11: .line 220
            aload 2 /* value */
            ifnonnull 17
        12: .line 221
            aload 7 /* requestParam */
            ifnull 15
        13: .line 222
            aload 7 /* requestParam */
            invokeinterface org.springframework.web.bind.annotation.RequestParam.required:()Z
            ifeq 14
            aload 7 /* requestParam */
            invokeinterface org.springframework.web.bind.annotation.RequestParam.defaultValue:()Ljava/lang/String;
            ldc "\n\t\t\n\t\t\n\uE000\uE001\uE002\n\t\t\t\t\n"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 15
        14: .line 223
      StackMap locals:
      StackMap stack:
            return
        15: .line 225
      StackMap locals:
      StackMap stack:
            aload 3 /* builder */
            aload 8 /* name */
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.springframework.web.util.UriComponentsBuilder.queryParam:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/springframework/web/util/UriComponentsBuilder;
            pop
        16: .line 226
            goto 25
        17: .line 227
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            instanceof java.util.Collection
            ifeq 24
        18: .line 228
            aload 2 /* value */
            checkcast java.util.Collection
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 10
            goto 22
      StackMap locals: org.springframework.web.method.annotation.RequestParamMethodArgumentResolver org.springframework.core.MethodParameter java.lang.Object org.springframework.web.util.UriComponentsBuilder java.util.Map org.springframework.core.convert.ConversionService java.lang.Class org.springframework.web.bind.annotation.RequestParam java.lang.String top java.util.Iterator
      StackMap stack:
        19: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 9 /* element */
        start local 9 // java.lang.Object element
        20: .line 229
            aload 0 /* this */
            aload 5 /* conversionService */
            aload 1 /* parameter */
            iconst_1
            invokestatic org.springframework.core.convert.TypeDescriptor.nested:(Lorg/springframework/core/MethodParameter;I)Lorg/springframework/core/convert/TypeDescriptor;
            aload 9 /* element */
            invokevirtual org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.formatUriValue:(Lorg/springframework/core/convert/ConversionService;Lorg/springframework/core/convert/TypeDescriptor;Ljava/lang/Object;)Ljava/lang/String;
            astore 9 /* element */
        21: .line 230
            aload 3 /* builder */
            aload 8 /* name */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 9 /* element */
            aastore
            invokevirtual org.springframework.web.util.UriComponentsBuilder.queryParam:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/springframework/web/util/UriComponentsBuilder;
            pop
        end local 9 // java.lang.Object element
        22: .line 228
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        23: .line 232
            goto 25
        24: .line 234
      StackMap locals: org.springframework.web.method.annotation.RequestParamMethodArgumentResolver org.springframework.core.MethodParameter java.lang.Object org.springframework.web.util.UriComponentsBuilder java.util.Map org.springframework.core.convert.ConversionService java.lang.Class org.springframework.web.bind.annotation.RequestParam java.lang.String
      StackMap stack:
            aload 3 /* builder */
            aload 8 /* name */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aload 5 /* conversionService */
            new org.springframework.core.convert.TypeDescriptor
            dup
            aload 1 /* parameter */
            invokespecial org.springframework.core.convert.TypeDescriptor.<init>:(Lorg/springframework/core/MethodParameter;)V
            aload 2 /* value */
            invokevirtual org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.formatUriValue:(Lorg/springframework/core/convert/ConversionService;Lorg/springframework/core/convert/TypeDescriptor;Ljava/lang/Object;)Ljava/lang/String;
            aastore
            invokevirtual org.springframework.web.util.UriComponentsBuilder.queryParam:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/springframework/web/util/UriComponentsBuilder;
            pop
        25: .line 236
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.lang.String name
        end local 7 // org.springframework.web.bind.annotation.RequestParam requestParam
        end local 6 // java.lang.Class paramType
        end local 5 // org.springframework.core.convert.ConversionService conversionService
        end local 4 // java.util.Map uriVariables
        end local 3 // org.springframework.web.util.UriComponentsBuilder builder
        end local 2 // java.lang.Object value
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   26     0               this  Lorg/springframework/web/method/annotation/RequestParamMethodArgumentResolver;
            0   26     1          parameter  Lorg/springframework/core/MethodParameter;
            0   26     2              value  Ljava/lang/Object;
            0   26     3            builder  Lorg/springframework/web/util/UriComponentsBuilder;
            0   26     4       uriVariables  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0   26     5  conversionService  Lorg/springframework/core/convert/ConversionService;
            1   26     6          paramType  Ljava/lang/Class<*>;
            4   26     7       requestParam  Lorg/springframework/web/bind/annotation/RequestParam;
            8   26     8               name  Ljava/lang/String;
           20   22     9            element  Ljava/lang/Object;
    Signature: (Lorg/springframework/core/MethodParameter;Ljava/lang/Object;Lorg/springframework/web/util/UriComponentsBuilder;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lorg/springframework/core/convert/ConversionService;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
      3:
      4:
    MethodParameters:
                   Name  Flags
      parameter          
      value              
      builder            
      uriVariables       
      conversionService  

  protected java.lang.String formatUriValue(org.springframework.core.convert.ConversionService, org.springframework.core.convert.TypeDescriptor, java.lang.Object);
    descriptor: (Lorg/springframework/core/convert/ConversionService;Lorg/springframework/core/convert/TypeDescriptor;Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
        start local 1 // org.springframework.core.convert.ConversionService cs
        start local 2 // org.springframework.core.convert.TypeDescriptor sourceType
        start local 3 // java.lang.Object value
         0: .line 242
            aload 3 /* value */
            ifnonnull 2
         1: .line 243
            aconst_null
            areturn
         2: .line 245
      StackMap locals:
      StackMap stack:
            aload 3 /* value */
            instanceof java.lang.String
            ifeq 4
         3: .line 246
            aload 3 /* value */
            checkcast java.lang.String
            areturn
         4: .line 248
      StackMap locals:
      StackMap stack:
            aload 1 /* cs */
            ifnull 6
         5: .line 249
            aload 1 /* cs */
            aload 3 /* value */
            aload 2 /* sourceType */
            getstatic org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.STRING_TYPE_DESCRIPTOR:Lorg/springframework/core/convert/TypeDescriptor;
            invokeinterface org.springframework.core.convert.ConversionService.convert:(Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
         6: .line 252
      StackMap locals:
      StackMap stack:
            aload 3 /* value */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.Object value
        end local 2 // org.springframework.core.convert.TypeDescriptor sourceType
        end local 1 // org.springframework.core.convert.ConversionService cs
        end local 0 // org.springframework.web.method.annotation.RequestParamMethodArgumentResolver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/springframework/web/method/annotation/RequestParamMethodArgumentResolver;
            0    7     1          cs  Lorg/springframework/core/convert/ConversionService;
            0    7     2  sourceType  Lorg/springframework/core/convert/TypeDescriptor;
            0    7     3       value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      cs          
      sourceType  
      value       
}
SourceFile: "RequestParamMethodArgumentResolver.java"
NestMembers:
  org.springframework.web.method.annotation.RequestParamMethodArgumentResolver$RequestParamNamedValueInfo
InnerClasses:
  protected NamedValueInfo = org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver$NamedValueInfo of org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
  private RequestParamNamedValueInfo = org.springframework.web.method.annotation.RequestParamMethodArgumentResolver$RequestParamNamedValueInfo of org.springframework.web.method.annotation.RequestParamMethodArgumentResolver