public class org.springframework.core.ReactiveAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.core.ReactiveAdapter
  super_class: java.lang.Object
{
  private final org.springframework.core.ReactiveTypeDescriptor descriptor;
    descriptor: Lorg/springframework/core/ReactiveTypeDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.function.Function<java.lang.Object, Publisher<?>> toPublisherFunction;
    descriptor: Ljava/util/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Function<Ljava/lang/Object;LPublisher<*>;>;

  private final java.util.function.Function<Publisher<?>, java.lang.Object> fromPublisherFunction;
    descriptor: Ljava/util/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Function<LPublisher<*>;Ljava/lang/Object;>;

  public void <init>(org.springframework.core.ReactiveTypeDescriptor, java.util.function.Function<java.lang.Object, Publisher<?>>, java.util.function.Function<Publisher<?>, java.lang.Object>);
    descriptor: (Lorg/springframework/core/ReactiveTypeDescriptor;Ljava/util/function/Function;Ljava/util/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.core.ReactiveAdapter this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.reactivestreams cannot be resolved\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapter;
    Signature: (Lorg/springframework/core/ReactiveTypeDescriptor;Ljava/util/function/Function<Ljava/lang/Object;LPublisher<*>;>;Ljava/util/function/Function<LPublisher<*>;Ljava/lang/Object;>;)V
    MethodParameters:
                       Name  Flags
      descriptor             
      toPublisherFunction    
      fromPublisherFunction  

  public org.springframework.core.ReactiveTypeDescriptor getDescriptor();
    descriptor: ()Lorg/springframework/core/ReactiveTypeDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.ReactiveAdapter this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapter;

  public java.lang.Class<?> getReactiveType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.ReactiveAdapter this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapter;
    Signature: ()Ljava/lang/Class<*>;

  public boolean isMultiValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.ReactiveAdapter this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapter;

  public boolean isNoValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.ReactiveAdapter this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapter;

  public boolean supportsEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.ReactiveAdapter this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapter;

  public <T> Publisher<T> toPublisher();
    descriptor: (Ljava/lang/Object;)LPublisher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.ReactiveAdapter this
         0: .line 108
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapter;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Object;)LPublisher<TT;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      source  

  public  fromPublisher(Publisher<?>);
    descriptor: (LPublisher;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.ReactiveAdapter this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapter;
    Signature: (LPublisher<*>;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      publisher  
}
SourceFile: "ReactiveAdapter.java"