class io.vertx.rx.java.UnmarshallerOperator$1 extends rx.Subscriber<B>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.rx.java.UnmarshallerOperator$1
  super_class: rx.Subscriber
{
  final io.vertx.rx.java.UnmarshallerOperator this$0;
    descriptor: Lio/vertx/rx/java/UnmarshallerOperator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.buffer.Buffer val$buffer;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final rx.Subscriber val$subscriber;
    descriptor: Lrx/Subscriber;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.rx.java.UnmarshallerOperator, rx.Subscriber, io.vertx.core.buffer.Buffer, rx.Subscriber);
    descriptor: (Lio/vertx/rx/java/UnmarshallerOperator;Lrx/Subscriber;Lio/vertx/core/buffer/Buffer;Lrx/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
        start local 2 // rx.Subscriber $anonymous0
         0: .line 55
            aload 0 /* this */
            aload 1
            putfield io.vertx.rx.java.UnmarshallerOperator$1.this$0:Lio/vertx/rx/java/UnmarshallerOperator;
            aload 0 /* this */
            aload 3
            putfield io.vertx.rx.java.UnmarshallerOperator$1.val$buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            aload 4
            putfield io.vertx.rx.java.UnmarshallerOperator$1.val$subscriber:Lrx/Subscriber;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial rx.Subscriber.<init>:(Lrx/Subscriber;)V
            return
        end local 2 // rx.Subscriber $anonymous0
        end local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/rx/java/UnmarshallerOperator$1;
            0    1     2  $anonymous0  Lrx/Subscriber<*>;
    MethodParameters:
                Name  Flags
      this$0          final
      $anonymous0     
      val$buffer      final
      val$subscriber  final

  public void onCompleted();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
         0: .line 60
            aconst_null
            astore 1 /* obj */
        start local 1 // java.lang.Object obj
         1: .line 61
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.val$buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifle 5
         2: .line 62
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.this$0:Lio/vertx/rx/java/UnmarshallerOperator;
            getfield io.vertx.rx.java.UnmarshallerOperator.mappedType:Ljava/lang/Class;
            invokestatic java.util.Objects.nonNull:(Ljava/lang/Object;)Z
            ifeq 3
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.this$0:Lio/vertx/rx/java/UnmarshallerOperator;
            getfield io.vertx.rx.java.UnmarshallerOperator.mapper:Lcom/fasterxml/jackson/databind/ObjectMapper;
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.val$buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.this$0:Lio/vertx/rx/java/UnmarshallerOperator;
            getfield io.vertx.rx.java.UnmarshallerOperator.mappedType:Ljava/lang/Class;
            invokevirtual com.fasterxml.jackson.databind.ObjectMapper.readValue:([BLjava/lang/Class;)Ljava/lang/Object;
            goto 4
         3: .line 63
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.this$0:Lio/vertx/rx/java/UnmarshallerOperator;
            getfield io.vertx.rx.java.UnmarshallerOperator.mapper:Lcom/fasterxml/jackson/databind/ObjectMapper;
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.val$buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.this$0:Lio/vertx/rx/java/UnmarshallerOperator;
            getfield io.vertx.rx.java.UnmarshallerOperator.mappedTypeRef:Lcom/fasterxml/jackson/core/type/TypeReference;
            invokevirtual com.fasterxml.jackson.databind.ObjectMapper.readValue:([BLcom/fasterxml/jackson/core/type/TypeReference;)Ljava/lang/Object;
         4: .line 62
      StackMap locals:
      StackMap stack: java.lang.Object
            astore 1 /* obj */
         5: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.val$subscriber:Lrx/Subscriber;
            aload 1 /* obj */
            invokevirtual rx.Subscriber.onNext:(Ljava/lang/Object;)V
         6: .line 66
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.val$subscriber:Lrx/Subscriber;
            invokevirtual rx.Subscriber.onCompleted:()V
        end local 1 // java.lang.Object obj
         7: .line 67
            goto 10
      StackMap locals: io.vertx.rx.java.UnmarshallerOperator$1
      StackMap stack: java.io.IOException
         8: astore 1 /* e */
        start local 1 // java.io.IOException e
         9: .line 68
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual io.vertx.rx.java.UnmarshallerOperator$1.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.io.IOException e
        10: .line 70
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/rx/java/UnmarshallerOperator$1;
            1    7     1   obj  TT;
            9   10     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     7       8  Class java.io.IOException

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
        start local 1 // java.lang.Throwable e
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.val$subscriber:Lrx/Subscriber;
            aload 1 /* e */
            invokevirtual rx.Subscriber.onError:(Ljava/lang/Throwable;)V
         1: .line 75
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rx/java/UnmarshallerOperator$1;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
        start local 1 // java.lang.Object item
         0: .line 79
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.val$buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.rx.java.UnmarshallerOperator$1.this$0:Lio/vertx/rx/java/UnmarshallerOperator;
            aload 1 /* item */
            invokevirtual io.vertx.rx.java.UnmarshallerOperator.unwrap:(Ljava/lang/Object;)Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 80
            return
        end local 1 // java.lang.Object item
        end local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rx/java/UnmarshallerOperator$1;
            0    2     1  item  TB;
    Signature: (TB;)V
    MethodParameters:
      Name  Flags
      item  
}
Signature: Lrx/Subscriber<TB;>;
SourceFile: "UnmarshallerOperator.java"
EnclosingMethod: io.vertx.rx.java.UnmarshallerOperator.call:(Lrx/Subscriber;)Lrx/Subscriber;
NestHost: io.vertx.rx.java.UnmarshallerOperator
InnerClasses:
  io.vertx.rx.java.UnmarshallerOperator$1