class org.springframework.core.ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.core.ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar this
         0: .line 342
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.core.ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar;

  void registerAdapter(org.springframework.core.ReactiveAdapterRegistry);
    descriptor: (Lorg/springframework/core/ReactiveAdapterRegistry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar this
         0: .line 355
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPublisher cannot be resolved to a type\n\tFlux cannot be resolved\n\tThe method registerReactiveType(ReactiveTypeDescriptor, Function<Object,Publisher<?>>, Function<Publisher<?>,Object>) from the type ReactiveAdapterRegistry refers to the missing type Publisher\n\tThis lambda expression refers to the missing type Publisher\n\tPublisher cannot be resolved to a type\n\tThis lambda expression refers to the missing type Publisher\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar;
    MethodParameters:
          Name  Flags
      registry  
}
SourceFile: "ReactiveAdapterRegistry.java"
NestHost: org.springframework.core.ReactiveAdapterRegistry
InnerClasses:
  private ReactorJdkFlowAdapterRegistrar = org.springframework.core.ReactiveAdapterRegistry$ReactorJdkFlowAdapterRegistrar of org.springframework.core.ReactiveAdapterRegistry