public interface org.springframework.web.multipart.MultipartHttpServletRequest extends javax.servlet.http.HttpServletRequest, org.springframework.web.multipart.MultipartRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.web.multipart.MultipartHttpServletRequest
  super_class: java.lang.Object
{
  public abstract org.springframework.http.HttpMethod getRequestMethod();
    descriptor: ()Lorg/springframework/http/HttpMethod;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract org.springframework.http.HttpHeaders getRequestHeaders();
    descriptor: ()Lorg/springframework/http/HttpHeaders;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.http.HttpHeaders getMultipartHeaders(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/http/HttpHeaders;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      paramOrFileName  
}
SourceFile: "MultipartHttpServletRequest.java"