public interface io.vertx.core.parsetools.JsonParser extends io.vertx.core.Handler<io.vertx.core.buffer.Buffer>, io.vertx.core.streams.ReadStream<io.vertx.core.parsetools.JsonEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.parsetools.JsonParser
  super_class: java.lang.Object
{
  public static io.vertx.core.parsetools.JsonParser newParser();
    descriptor: ()Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 44
            new io.vertx.core.parsetools.impl.JsonParserImpl
            dup
            aconst_null
            invokespecial io.vertx.core.parsetools.impl.JsonParserImpl.<init>:(Lio/vertx/core/streams/ReadStream;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.core.parsetools.JsonParser newParser(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/streams/ReadStream;)Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.streams.ReadStream stream
         0: .line 51
            new io.vertx.core.parsetools.impl.JsonParserImpl
            dup
            aload 0 /* stream */
            invokespecial io.vertx.core.parsetools.impl.JsonParserImpl.<init>:(Lio/vertx/core/streams/ReadStream;)V
            areturn
        end local 0 // io.vertx.core.streams.ReadStream stream
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/parsetools/JsonParser;
    MethodParameters:
        Name  Flags
      stream  

  public abstract io.vertx.core.parsetools.JsonParser write(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      buffer  

  public abstract void end();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.parsetools.JsonParser objectEventMode();
    descriptor: ()Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract io.vertx.core.parsetools.JsonParser objectValueMode();
    descriptor: ()Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract io.vertx.core.parsetools.JsonParser arrayEventMode();
    descriptor: ()Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract io.vertx.core.parsetools.JsonParser arrayValueMode();
    descriptor: ()Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract io.vertx.core.parsetools.JsonParser pause();
    descriptor: ()Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.parsetools.JsonParser resume();
    descriptor: ()Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.parsetools.JsonParser fetch(long);
    descriptor: (J)Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      amount  

  public abstract io.vertx.core.parsetools.JsonParser endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/parsetools/JsonParser;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      endHandler  

  public abstract io.vertx.core.parsetools.JsonParser handler(io.vertx.core.Handler<io.vertx.core.parsetools.JsonEvent>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/parsetools/JsonEvent;>;)Lio/vertx/core/parsetools/JsonParser;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.core.parsetools.JsonParser exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/parsetools/JsonParser;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream pause();
    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
            invokeinterface io.vertx.core.parsetools.JsonParser.pause:()Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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
            invokeinterface io.vertx.core.parsetools.JsonParser.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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
            invokeinterface io.vertx.core.parsetools.JsonParser.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    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
            invokeinterface io.vertx.core.parsetools.JsonParser.resume:()Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/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
            invokeinterface io.vertx.core.parsetools.JsonParser.fetch:(J)Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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
            invokeinterface io.vertx.core.parsetools.JsonParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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
            invokeinterface io.vertx.core.parsetools.JsonParser.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/parsetools/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/parsetools/JsonEvent;>;
SourceFile: "JsonParser.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()