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=3, 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 11
         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.mapper:Lcom/fasterxml/jackson/core/ObjectCodec;
            ifnull 8
         3: .line 63
            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/core/ObjectCodec;
            invokevirtual com.fasterxml.jackson.core.ObjectCodec.getFactory:()Lcom/fasterxml/jackson/core/JsonFactory;
            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
            invokevirtual com.fasterxml.jackson.core.JsonFactory.createParser:([B)Lcom/fasterxml/jackson/core/JsonParser;
            astore 2 /* parser */
        start local 2 // com.fasterxml.jackson.core.JsonParser parser
         4: .line 64
            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 5
            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/core/ObjectCodec;
            aload 2 /* parser */
            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.core.ObjectCodec.readValue:(Lcom/fasterxml/jackson/core/JsonParser;Ljava/lang/Class;)Ljava/lang/Object;
            goto 6
         5: .line 65
      StackMap locals: java.lang.Object com.fasterxml.jackson.core.JsonParser
      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/core/ObjectCodec;
            aload 2 /* parser */
            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.core.ObjectCodec.readValue:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/core/type/TypeReference;)Ljava/lang/Object;
         6: .line 64
      StackMap locals:
      StackMap stack: java.lang.Object
            astore 1 /* obj */
        end local 2 // com.fasterxml.jackson.core.JsonParser parser
         7: .line 66
            goto 11
         8: .line 67
      StackMap locals:
      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.mappedType:Ljava/lang/Class;
            invokestatic java.util.Objects.nonNull:(Ljava/lang/Object;)Z
            ifeq 9
            getstatic io.vertx.core.json.Json.CODEC:Lio/vertx/core/spi/json/JsonCodec;
            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;
            getfield io.vertx.rx.java.UnmarshallerOperator.mappedType:Ljava/lang/Class;
            invokeinterface io.vertx.core.spi.json.JsonCodec.fromBuffer:(Lio/vertx/core/buffer/Buffer;Ljava/lang/Class;)Ljava/lang/Object;
            goto 10
         9: .line 68
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.core.json.jackson.JacksonFactory.CODEC:Lio/vertx/core/json/jackson/JacksonCodec;
            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;
            getfield io.vertx.rx.java.UnmarshallerOperator.mappedTypeRef:Lcom/fasterxml/jackson/core/type/TypeReference;
            invokevirtual io.vertx.core.json.jackson.JacksonCodec.fromBuffer:(Lio/vertx/core/buffer/Buffer;Lcom/fasterxml/jackson/core/type/TypeReference;)Ljava/lang/Object;
        10: .line 67
      StackMap locals:
      StackMap stack: java.lang.Object
            astore 1 /* obj */
        11: .line 71
      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
        12: .line 72
            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
        13: .line 73
            goto 16
      StackMap locals: io.vertx.rx.java.UnmarshallerOperator$1
      StackMap stack: java.lang.Exception
        14: astore 1 /* e */
        start local 1 // java.lang.Exception e
        15: .line 74
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual io.vertx.rx.java.UnmarshallerOperator$1.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Exception e
        16: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.rx.java.UnmarshallerOperator$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lio/vertx/rx/java/UnmarshallerOperator$1;
            1   13     1     obj  TT;
            4    7     2  parser  Lcom/fasterxml/jackson/core/JsonParser;
           15   16     1       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    13      14  Class java.lang.Exception

  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 80
            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 81
            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 85
            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 86
            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