public class examples.NativeExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.NativeExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.vertx.reactivex.CompletableHelper cannot be resolved\n\tThe import io.vertx.reactivex.FlowableHelper cannot be resolved\n\tThe import io.vertx.reactivex.MaybeHelper cannot be resolved\n\tThe import io.vertx.reactivex.RxHelper cannot be resolved\n\tThe import io.vertx.reactivex.SingleHelper cannot be resolved\n\tFlowableHelper cannot be resolved\n\tFlowableHelper cannot be resolved\n\tSingleHelper cannot be resolved\n\tMaybeHelper cannot be resolved\n\tCompletableHelper cannot be resolved\n\tRxHelper cannot be resolved\n\tRxHelper cannot be resolved\n\tRxHelper cannot be resolved\n\tRxHelper cannot be resolved\n\tRxHelper cannot be resolved\n\tFlowableHelper cannot be resolved\n\tFlowableHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;

  public void toFlowable(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.NativeExamples this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFlowableHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    MethodParameters:
       Name  Flags
      vertx  

  private io.reactivex.Flowable<io.vertx.core.buffer.Buffer> getFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    Signature: ()Lio/reactivex/Flowable<Lio/vertx/core/buffer/Buffer;>;

  public void toReadStream(io.vertx.core.http.HttpServerResponse);
    descriptor: (Lio/vertx/core/http/HttpServerResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.NativeExamples this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFlowableHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    MethodParameters:
          Name  Flags
      response  

  public <T> io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> getHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    Signature: <T:Ljava/lang/Object;>()Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;

  public void handlerToSingleObserver();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSingleHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;

  public void handlerToMaybeObserver();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMaybeHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;

  public void handlerToCompletableObserver();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // examples.NativeExamples this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCompletableHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;

  public void scheduler(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.NativeExamples this
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRxHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    MethodParameters:
       Name  Flags
      vertx  

  public void blockingScheduler(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.NativeExamples this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRxHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    MethodParameters:
       Name  Flags
      vertx  

  public void schedulerHook(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.NativeExamples this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRxHelper cannot be resolved\n\tRxHelper cannot be resolved\n\tRxHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    MethodParameters:
       Name  Flags
      vertx  

  public void unmarshaller(io.vertx.core.file.FileSystem);
    descriptor: (Lio/vertx/core/file/FileSystem;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.NativeExamples this
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFlowableHelper cannot be resolved\n\tFlowableHelper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // examples.NativeExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/NativeExamples;
    MethodParameters:
            Name  Flags
      fileSystem  
}
SourceFile: "NativeExamples.java"
NestMembers:
  examples.NativeExamples$MyPojo
InnerClasses:
  private MyPojo = examples.NativeExamples$MyPojo of examples.NativeExamples
    RuntimeInvisibleAnnotations: 
      io.vertx.docgen.Source()