public interface org.springframework.http.codec.multipart.Part
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.codec.multipart.Part
  super_class: java.lang.Object
{
  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> content();
    descriptor: ()Lreactor/core/publisher/Flux;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lreactor/core/publisher/Flux<Lorg/springframework/core/io/buffer/DataBuffer;>;
}
SourceFile: "Part.java"