public class org.jboss.resteasy.plugins.providers.ReactiveStreamProvider implements org.jboss.resteasy.spi.AsyncStreamProvider<org.reactivestreams.Publisher<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.plugins.providers.ReactiveStreamProvider
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.ReactiveStreamProvider this
         0: .line 6
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.plugins.providers.ReactiveStreamProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/ReactiveStreamProvider;

  public org.reactivestreams.Publisher toAsyncStream(org.reactivestreams.Publisher<?>);
    descriptor: (Lorg/reactivestreams/Publisher;)Lorg/reactivestreams/Publisher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.plugins.providers.ReactiveStreamProvider this
        start local 1 // org.reactivestreams.Publisher asyncResponse
         0: .line 12
            aload 1 /* asyncResponse */
            areturn
        end local 1 // org.reactivestreams.Publisher asyncResponse
        end local 0 // org.jboss.resteasy.plugins.providers.ReactiveStreamProvider this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/jboss/resteasy/plugins/providers/ReactiveStreamProvider;
            0    1     1  asyncResponse  Lorg/reactivestreams/Publisher<*>;
    Signature: (Lorg/reactivestreams/Publisher<*>;)Lorg/reactivestreams/Publisher;
    MethodParameters:
               Name  Flags
      asyncResponse  

  public org.reactivestreams.Publisher toAsyncStream(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/reactivestreams/Publisher;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.reactivestreams.Publisher
            invokevirtual org.jboss.resteasy.plugins.providers.ReactiveStreamProvider.toAsyncStream:(Lorg/reactivestreams/Publisher;)Lorg/reactivestreams/Publisher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jboss/resteasy/spi/AsyncStreamProvider<Lorg/reactivestreams/Publisher<*>;>;
SourceFile: "ReactiveStreamProvider.java"