public final class org.springframework.web.multipart.support.MultipartResolutionDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.web.multipart.support.MultipartResolutionDelegate
  super_class: java.lang.Object
{
  public static final java.lang.Object UNRESOLVABLE;
    descriptor: Ljava/lang/Object;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 47
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic org.springframework.web.multipart.support.MultipartResolutionDelegate.UNRESOLVABLE:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.multipart.support.MultipartResolutionDelegate this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            return
        end local 0 // org.springframework.web.multipart.support.MultipartResolutionDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/web/multipart/support/MultipartResolutionDelegate;

  public static org.springframework.web.multipart.MultipartRequest resolveMultipartRequest(org.springframework.web.context.request.NativeWebRequest);
    descriptor: (Lorg/springframework/web/context/request/NativeWebRequest;)Lorg/springframework/web/multipart/MultipartRequest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from HttpServletRequest to HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      webRequest  

  public static boolean isMultipartRequest(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 67
            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
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      request  

  static boolean isMultipartContent(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 72
            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
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      request  

  static org.springframework.web.multipart.MultipartHttpServletRequest asMultipartHttpServletRequest(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Lorg/springframework/web/multipart/MultipartHttpServletRequest;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 77
            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
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      request  

  public static boolean isMultipartArgument(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPart cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
           Name  Flags
      parameter  

  public static java.lang.Object resolveMultipartArgument(java.lang.String, org.springframework.core.MethodParameter, HttpServletRequest);
    descriptor: (Ljava/lang/String;Lorg/springframework/core/MethodParameter;LHttpServletRequest;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tPart cannot be resolved to a type\n\tPart cannot be resolved to a type\n\tPart cannot be resolved to a type\n\tPart cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      name       
      parameter  
      request    

  private static boolean isMultipartFileCollection(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.core.MethodParameter methodParam
         0: .line 156
            ldc Lorg/springframework/web/multipart/MultipartFile;
            aload 0 /* methodParam */
            invokestatic org.springframework.web.multipart.support.MultipartResolutionDelegate.getCollectionParameterType:(Lorg/springframework/core/MethodParameter;)Ljava/lang/Class;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.core.MethodParameter methodParam
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0  methodParam  Lorg/springframework/core/MethodParameter;
    MethodParameters:
             Name  Flags
      methodParam  

  private static boolean isMultipartFileArray(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.core.MethodParameter methodParam
         0: .line 160
            ldc Lorg/springframework/web/multipart/MultipartFile;
            aload 0 /* methodParam */
            invokevirtual org.springframework.core.MethodParameter.getNestedParameterType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.core.MethodParameter methodParam
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0  methodParam  Lorg/springframework/core/MethodParameter;
    MethodParameters:
             Name  Flags
      methodParam  

  private static boolean isPartCollection(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 164
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPart cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
             Name  Flags
      methodParam  

  private static boolean isPartArray(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 168
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPart cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
             Name  Flags
      methodParam  

  private static java.lang.Class<?> getCollectionParameterType(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Ljava/lang/Class;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.springframework.core.MethodParameter methodParam
         0: .line 173
            aload 0 /* methodParam */
            invokevirtual org.springframework.core.MethodParameter.getNestedParameterType:()Ljava/lang/Class;
            astore 1 /* paramType */
        start local 1 // java.lang.Class paramType
         1: .line 174
            ldc Ljava/util/Collection;
            aload 1 /* paramType */
            if_acmpeq 2
            ldc Ljava/util/List;
            aload 1 /* paramType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 5
         2: .line 175
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* methodParam */
            invokestatic org.springframework.core.ResolvableType.forMethodParameter:(Lorg/springframework/core/MethodParameter;)Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.asCollection:()Lorg/springframework/core/ResolvableType;
            iconst_0
            newarray 10
            invokevirtual org.springframework.core.ResolvableType.resolveGeneric:([I)Ljava/lang/Class;
            astore 2 /* valueType */
        start local 2 // java.lang.Class valueType
         3: .line 176
            aload 2 /* valueType */
            ifnull 5
         4: .line 177
            aload 2 /* valueType */
            areturn
        end local 2 // java.lang.Class valueType
         5: .line 180
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Class paramType
        end local 0 // org.springframework.core.MethodParameter methodParam
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0  methodParam  Lorg/springframework/core/MethodParameter;
            1    6     1    paramType  Ljava/lang/Class<*>;
            3    5     2    valueType  Ljava/lang/Class<*>;
    Signature: (Lorg/springframework/core/MethodParameter;)Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      methodParam  

  static java.util.List<Part> resolvePartList(HttpServletRequest, java.lang.String);
    descriptor: (LHttpServletRequest;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 183
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPart cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tPart cannot be resolved to a type\n\tPart cannot be resolved to a type\n\tPart cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
    Signature: (LHttpServletRequest;Ljava/lang/String;)Ljava/util/List<LPart;>;
    MethodParameters:
         Name  Flags
      request  
      name     
}
SourceFile: "MultipartResolutionDelegate.java"