public interface org.springframework.http.ReactiveHttpInputMessage extends org.springframework.http.HttpMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.ReactiveHttpInputMessage
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type reactor.core.publisher.Flux cannot be resolved. It is indirectly referenced from required .class files\n\tThe import org.reactivestreams.Publisher cannot be resolved\n\tThe import reactor.core.publisher.Flux cannot be resolved\n\tFlux cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract Flux<org.springframework.core.io.buffer.DataBuffer> getBody();
    descriptor: ()LFlux;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()LFlux<Lorg/springframework/core/io/buffer/DataBuffer;>;
}
SourceFile: "ReactiveHttpInputMessage.java"