public class io.vertx.rxjava.amqp.AmqpMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.amqp.AmqpMessage
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.amqp.AmqpMessage> __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/amqp/AmqpMessage;>;

  private final io.vertx.amqp.AmqpMessage delegate;
    descriptor: Lio/vertx/amqp/AmqpMessage;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 61
            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/amqp/AmqpMessage.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 62
            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/amqp/AmqpMessage.getDelegate()Lio/vertx/amqp/AmqpMessage; (5)
                  (Lio/vertx/rxjava/amqp/AmqpMessage;)Ljava/lang/Object;
         2: .line 61
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.amqp.AmqpMessage.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 63
            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.amqp.AmqpMessage this
         0: .line 45
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;

  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.amqp.AmqpMessage this
        start local 1 // java.lang.Object o
         0: .line 50
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 51
      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 52
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.amqp.AmqpMessage
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.amqp.AmqpMessage that
         4: .line 53
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            aload 2 /* that */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.amqp.AmqpMessage that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/amqp/AmqpMessage;
    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.amqp.AmqpMessage this
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;

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

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

  public static io.vertx.rxjava.amqp.AmqpMessageBuilder create();
    descriptor: ()Lio/vertx/rxjava/amqp/AmqpMessageBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 79
            invokestatic io.vertx.amqp.AmqpMessage.create:()Lio/vertx/amqp/AmqpMessageBuilder;
            invokestatic io.vertx.rxjava.amqp.AmqpMessageBuilder.newInstance:(Lio/vertx/amqp/AmqpMessageBuilder;)Lio/vertx/rxjava/amqp/AmqpMessageBuilder;
            astore 0 /* ret */
        start local 0 // io.vertx.rxjava.amqp.AmqpMessageBuilder ret
         1: .line 80
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.rxjava.amqp.AmqpMessageBuilder ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/rxjava/amqp/AmqpMessageBuilder;

  public static io.vertx.rxjava.amqp.AmqpMessageBuilder create(io.vertx.rxjava.amqp.AmqpMessage);
    descriptor: (Lio/vertx/rxjava/amqp/AmqpMessage;)Lio/vertx/rxjava/amqp/AmqpMessageBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage existing
         0: .line 89
            aload 0 /* existing */
            invokevirtual io.vertx.rxjava.amqp.AmqpMessage.getDelegate:()Lio/vertx/amqp/AmqpMessage;
            invokestatic io.vertx.amqp.AmqpMessage.create:(Lio/vertx/amqp/AmqpMessage;)Lio/vertx/amqp/AmqpMessageBuilder;
            invokestatic io.vertx.rxjava.amqp.AmqpMessageBuilder.newInstance:(Lio/vertx/amqp/AmqpMessageBuilder;)Lio/vertx/rxjava/amqp/AmqpMessageBuilder;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.amqp.AmqpMessageBuilder ret
         1: .line 90
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.amqp.AmqpMessageBuilder ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage existing
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  existing  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1       ret  Lio/vertx/rxjava/amqp/AmqpMessageBuilder;
    MethodParameters:
          Name  Flags
      existing  

  public boolean isDurable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.isDurable:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 98
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Z

  public boolean isFirstAcquirer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.isFirstAcquirer:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 106
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Z

  public int priority();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.priority:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 114
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  I

  public int deliveryCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.deliveryCount:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 122
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  I

  public long ttl();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.ttl:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 130
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  J

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 137
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.id:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 138
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String address();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 145
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.address:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 146
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String replyTo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.replyTo:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 154
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String correlationId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.correlationId:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 162
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public boolean isBodyNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 169
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.isBodyNull:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 170
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Z

  public boolean bodyAsBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsBoolean:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 178
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Z

  public byte bodyAsByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 185
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsByte:()B
            istore 1 /* ret */
        start local 1 // byte ret
         1: .line 186
            iload 1 /* ret */
            ireturn
        end local 1 // byte ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  B

  public short bodyAsShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsShort:()S
            istore 1 /* ret */
        start local 1 // short ret
         1: .line 194
            iload 1 /* ret */
            ireturn
        end local 1 // short ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  S

  public int bodyAsInteger();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 201
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsInteger:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 202
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  I

  public long bodyAsLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 209
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsLong:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 210
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  J

  public float bodyAsFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 217
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsFloat:()F
            fstore 1 /* ret */
        start local 1 // float ret
         1: .line 218
            fload 1 /* ret */
            freturn
        end local 1 // float ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  F

  public double bodyAsDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 225
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsDouble:()D
            dstore 1 /* ret */
        start local 1 // double ret
         1: .line 226
            dload 1 /* ret */
            dreturn
        end local 1 // double ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  D

  public char bodyAsChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 233
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsChar:()C
            istore 1 /* ret */
        start local 1 // char ret
         1: .line 234
            iload 1 /* ret */
            ireturn
        end local 1 // char ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  C

  public io.vertx.rxjava.core.buffer.Buffer bodyAsBinary();
    descriptor: ()Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsBinary:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 242
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Lio/vertx/rxjava/core/buffer/Buffer;

  public java.lang.String bodyAsString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 249
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsString:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 250
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String bodyAsSymbol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 257
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsSymbol:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 258
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public <T> java.util.List<T> bodyAsList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsList:()Ljava/util/List;
            astore 1 /* ret */
        start local 1 // java.util.List ret
         1: .line 266
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/util/List<TT;>;
    Signature: <T:Ljava/lang/Object;>()Ljava/util/List<TT;>;

  public io.vertx.core.json.JsonObject bodyAsJsonObject();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 273
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsJsonObject:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         1: .line 274
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Lio/vertx/core/json/JsonObject;

  public io.vertx.core.json.JsonArray bodyAsJsonArray();
    descriptor: ()Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 281
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsJsonArray:()Lio/vertx/core/json/JsonArray;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonArray ret
         1: .line 282
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonArray ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Lio/vertx/core/json/JsonArray;

  public java.lang.String subject();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 286
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.subject:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 287
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String contentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 291
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.contentType:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 292
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String contentEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 296
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.contentEncoding:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 297
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public long expiryTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 301
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.expiryTime:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 302
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  J

  public long creationTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 306
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.creationTime:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 307
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  J

  public java.lang.String groupId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 311
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.groupId:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 312
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String replyToGroupId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 316
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.replyToGroupId:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 317
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/lang/String;

  public long groupSequence();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 321
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.groupSequence:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 322
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  J

  public io.vertx.core.json.JsonObject applicationProperties();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 329
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.applicationProperties:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         1: .line 330
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Lio/vertx/core/json/JsonObject;

  public io.vertx.rxjava.amqp.AmqpMessage accepted();
    descriptor: ()Lio/vertx/rxjava/amqp/AmqpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 339
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.accepted:()Lio/vertx/amqp/AmqpMessage;
            pop
         1: .line 340
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;

  public io.vertx.rxjava.amqp.AmqpMessage rejected();
    descriptor: ()Lio/vertx/rxjava/amqp/AmqpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 349
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.rejected:()Lio/vertx/amqp/AmqpMessage;
            pop
         1: .line 350
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;

  public io.vertx.rxjava.amqp.AmqpMessage released();
    descriptor: ()Lio/vertx/rxjava/amqp/AmqpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 359
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.released:()Lio/vertx/amqp/AmqpMessage;
            pop
         1: .line 360
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;

  public io.vertx.rxjava.amqp.AmqpMessage modified(boolean, boolean);
    descriptor: (ZZ)Lio/vertx/rxjava/amqp/AmqpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
        start local 1 // boolean didItFail
        start local 2 // boolean wasItDeliveredHere
         0: .line 371
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            iload 1 /* didItFail */
            iload 2 /* wasItDeliveredHere */
            invokeinterface io.vertx.amqp.AmqpMessage.modified:(ZZ)Lio/vertx/amqp/AmqpMessage;
            pop
         1: .line 372
            aload 0 /* this */
            areturn
        end local 2 // boolean wasItDeliveredHere
        end local 1 // boolean didItFail
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/rxjava/amqp/AmqpMessage;
            0    2     1           didItFail  Z
            0    2     2  wasItDeliveredHere  Z
    MethodParameters:
                    Name  Flags
      didItFail           
      wasItDeliveredHere  

  public java.time.Instant bodyAsTimestamp();
    descriptor: ()Ljava/time/Instant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 379
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsTimestamp:()Ljava/time/Instant;
            astore 1 /* ret */
        start local 1 // java.time.Instant ret
         1: .line 380
            aload 1 /* ret */
            areturn
        end local 1 // java.time.Instant ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/time/Instant;

  public java.util.UUID bodyAsUUID();
    descriptor: ()Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.amqp.AmqpMessage this
         0: .line 387
            aload 0 /* this */
            getfield io.vertx.rxjava.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsUUID:()Ljava/util/UUID;
            astore 1 /* ret */
        start local 1 // java.util.UUID ret
         1: .line 388
            aload 1 /* ret */
            areturn
        end local 1 // java.util.UUID ret
        end local 0 // io.vertx.rxjava.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/amqp/AmqpMessage;
            1    2     1   ret  Ljava/util/UUID;

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

  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 61
            new io.vertx.rxjava.amqp.AmqpMessage
            dup
            aload 0 /* obj */
            checkcast io.vertx.amqp.AmqpMessage
            invokespecial io.vertx.rxjava.amqp.AmqpMessage.<init>:(Lio/vertx/amqp/AmqpMessage;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "AmqpMessage.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/amqp/AmqpMessage;)