public class io.vertx.rxjava.core.parsetools.JsonParser implements io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.parsetools.JsonEvent>, io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.parsetools.JsonParser
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.parsetools.JsonParser> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/parsetools/JsonParser;>;

  private final io.vertx.core.parsetools.JsonParser delegate;
    descriptor: Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private rx.Observable<io.vertx.rxjava.core.parsetools.JsonEvent> observable;
    descriptor: Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lrx/Observable<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 64
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/JsonParser.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 65
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/parsetools/JsonParser.getDelegate()Lio/vertx/core/parsetools/JsonParser; (5)
                  (Lio/vertx/rxjava/core/parsetools/JsonParser;)Ljava/lang/Object;
         2: .line 64
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.parsetools.JsonParser.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 66
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 48
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // java.lang.Object o
         0: .line 53
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.parsetools.JsonParser
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.parsetools.JsonParser that
         4: .line 56
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.parsetools.JsonParser that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/parsetools/JsonParser;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public void <init>(io.vertx.core.parsetools.JsonParser);
    descriptor: (Lio/vertx/core/parsetools/JsonParser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // io.vertx.core.parsetools.JsonParser delegate
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
         2: .line 72
            return
        end local 1 // io.vertx.core.parsetools.JsonParser delegate
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    3     1  delegate  Lio/vertx/core/parsetools/JsonParser;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.parsetools.JsonParser getDelegate();
    descriptor: ()Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public synchronized rx.Observable<io.vertx.rxjava.core.parsetools.JsonEvent> toObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;
    Signature: ()Lrx/Observable<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;

  public void handle(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer event
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            aload 1 /* event */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.parsetools.JsonParser.handle:(Ljava/lang/Object;)V
         1: .line 94
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer event
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    2     1  event  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      event  

  public io.vertx.rxjava.core.streams.Pipe<io.vertx.rxjava.core.parsetools.JsonEvent> pipe();
    descriptor: ()Lio/vertx/rxjava/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokeinterface io.vertx.core.parsetools.JsonParser.pipe:()Lio/vertx/core/streams/Pipe;
            getstatic io.vertx.rxjava.core.parsetools.JsonEvent.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.streams.Pipe ret
         1: .line 104
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.streams.Pipe ret
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            1    2     1   ret  Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;
    Signature: ()Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.parsetools.JsonEvent>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 112
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            invokeinterface io.vertx.core.parsetools.JsonParser.pipeTo:(Lio/vertx/core/streams/WriteStream;)V
         1: .line 113
            return
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    2     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.parsetools.JsonEvent>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.parsetools.JsonParser.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 127
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    2     1      dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public rx.Observable<java.lang.Void> pipeToObservable(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.parsetools.JsonEvent>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      dst   

  public rx.Single<java.lang.Void> rxPipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.parsetools.JsonEvent>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      dst   

  public static io.vertx.rxjava.core.parsetools.JsonParser newParser();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 168
            invokestatic io.vertx.core.parsetools.JsonParser.newParser:()Lio/vertx/core/parsetools/JsonParser;
            invokestatic io.vertx.rxjava.core.parsetools.JsonParser.newInstance:(Lio/vertx/core/parsetools/JsonParser;)Lio/vertx/rxjava/core/parsetools/JsonParser;
            astore 0 /* ret */
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser ret
         1: .line 169
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public static io.vertx.rxjava.core.parsetools.JsonParser newParser(io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/ReadStream;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.streams.ReadStream stream
         0: .line 178
            aload 0 /* stream */
            invokeinterface io.vertx.rxjava.core.streams.ReadStream.getDelegate:()Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.core.parsetools.JsonParser.newParser:(Lio/vertx/core/streams/ReadStream;)Lio/vertx/core/parsetools/JsonParser;
            invokestatic io.vertx.rxjava.core.parsetools.JsonParser.newInstance:(Lio/vertx/core/parsetools/JsonParser;)Lio/vertx/rxjava/core/parsetools/JsonParser;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.parsetools.JsonParser ret
         1: .line 179
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.parsetools.JsonParser ret
        end local 0 // io.vertx.rxjava.core.streams.ReadStream stream
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  stream  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            1    2     1     ret  Lio/vertx/rxjava/core/parsetools/JsonParser;
    Signature: (Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    MethodParameters:
        Name  Flags
      stream  

  public static io.vertx.rxjava.core.parsetools.JsonParser newParser(rx.Observable<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lrx/Observable;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 188
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    MethodParameters:
        Name  Flags
      stream  

  public io.vertx.rxjava.core.parsetools.JsonParser write(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
         0: .line 198
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            aload 1 /* buffer */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.parsetools.JsonParser.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 199
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    2     1  buffer  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      buffer  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 206
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokeinterface io.vertx.core.parsetools.JsonParser.end:()V
         1: .line 207
            return
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public io.vertx.rxjava.core.parsetools.JsonParser objectEventMode();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 214
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokeinterface io.vertx.core.parsetools.JsonParser.objectEventMode:()Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 215
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public io.vertx.rxjava.core.parsetools.JsonParser objectValueMode();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 225
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokeinterface io.vertx.core.parsetools.JsonParser.objectValueMode:()Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 226
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public io.vertx.rxjava.core.parsetools.JsonParser arrayEventMode();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 234
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokeinterface io.vertx.core.parsetools.JsonParser.arrayEventMode:()Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 235
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public io.vertx.rxjava.core.parsetools.JsonParser arrayValueMode();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 245
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokeinterface io.vertx.core.parsetools.JsonParser.arrayValueMode:()Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 246
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public io.vertx.rxjava.core.parsetools.JsonParser pause();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokeinterface io.vertx.core.parsetools.JsonParser.pause:()Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 251
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public io.vertx.rxjava.core.parsetools.JsonParser resume();
    descriptor: ()Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            invokeinterface io.vertx.core.parsetools.JsonParser.resume:()Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 256
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/parsetools/JsonParser;

  public io.vertx.rxjava.core.parsetools.JsonParser fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // long amount
         0: .line 260
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            lload 1 /* amount */
            invokeinterface io.vertx.core.parsetools.JsonParser.fetch:(J)Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 261
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.rxjava.core.parsetools.JsonParser endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            aload 1 /* endHandler */
            invokeinterface io.vertx.core.parsetools.JsonParser.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 266
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.rxjava.core.parsetools.JsonParser handler(io.vertx.core.Handler<io.vertx.rxjava.core.parsetools.JsonEvent>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // io.vertx.core.Handler handler
         0: .line 270
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            new io.vertx.rxjava.core.parsetools.JsonParser$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.parsetools.JsonParser$1.<init>:(Lio/vertx/rxjava/core/parsetools/JsonParser;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.parsetools.JsonParser.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 275
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.parsetools.JsonParser exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
        start local 1 // io.vertx.core.Handler handler
         0: .line 279
            aload 0 /* this */
            getfield io.vertx.rxjava.core.parsetools.JsonParser.delegate:Lio/vertx/core/parsetools/JsonParser;
            aload 1 /* handler */
            invokeinterface io.vertx.core.parsetools.JsonParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
            pop
         1: .line 280
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.parsetools.JsonParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/parsetools/JsonParser;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    MethodParameters:
         Name  Flags
      handler  

  public static io.vertx.rxjava.core.parsetools.JsonParser newInstance(io.vertx.core.parsetools.JsonParser);
    descriptor: (Lio/vertx/core/parsetools/JsonParser;)Lio/vertx/rxjava/core/parsetools/JsonParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.parsetools.JsonParser arg
         0: .line 285
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.parsetools.JsonParser
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.core.parsetools.JsonParser.<init>:(Lio/vertx/core/parsetools/JsonParser;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.parsetools.JsonParser
         2: areturn
        end local 0 // io.vertx.core.parsetools.JsonParser arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/parsetools/JsonParser;
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.rxjava.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.pause:()Lio/vertx/rxjava/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.handler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.handle:(Lio/vertx/rxjava/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.getDelegate:()Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.getDelegate:()Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.resume:()Lio/vertx/rxjava/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.fetch:(J)Lio/vertx/rxjava/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.parsetools.JsonParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 64
            new io.vertx.rxjava.core.parsetools.JsonParser
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.parsetools.JsonParser
            invokespecial io.vertx.rxjava.core.parsetools.JsonParser.<init>:(Lio/vertx/core/parsetools/JsonParser;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
Signature: Ljava/lang/Object;Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/parsetools/JsonEvent;>;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
SourceFile: "JsonParser.java"
NestMembers:
  io.vertx.rxjava.core.parsetools.JsonParser$1
InnerClasses:
  io.vertx.rxjava.core.parsetools.JsonParser$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/parsetools/JsonParser;)