public class io.vertx.reactivex.amqp.AmqpMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.amqp.AmqpMessage
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.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/reactivex/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 74
            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/reactivex/amqp/AmqpMessage.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 75
            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/reactivex/amqp/AmqpMessage.getDelegate()Lio/vertx/amqp/AmqpMessage; (5)
                  (Lio/vertx/reactivex/amqp/AmqpMessage;)Ljava/lang/Object;
         2: .line 74
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.amqp.AmqpMessage.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 76
            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.reactivex.amqp.AmqpMessage this
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
        start local 1 // java.lang.Object o
         0: .line 63
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 64
      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 65
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.amqp.AmqpMessage
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.amqp.AmqpMessage that
         4: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            aload 2 /* that */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.amqp.AmqpMessage that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/amqp/AmqpMessage;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 71
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
        start local 1 // io.vertx.amqp.AmqpMessage delegate
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
         2: .line 82
            return
        end local 1 // io.vertx.amqp.AmqpMessage delegate
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/amqp/AmqpMessage;
            0    3     1  delegate  Lio/vertx/amqp/AmqpMessage;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.amqp.AmqpMessage this
        start local 1 // java.lang.Object delegate
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.amqp.AmqpMessage
            putfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
         2: .line 86
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/amqp/AmqpMessage;
            0    3     1  delegate  Ljava/lang/Object;
    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.reactivex.amqp.AmqpMessage this
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            areturn
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/amqp/AmqpMessage;

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

  public static io.vertx.reactivex.amqp.AmqpMessageBuilder create(io.vertx.reactivex.amqp.AmqpMessage);
    descriptor: (Lio/vertx/reactivex/amqp/AmqpMessage;)Lio/vertx/reactivex/amqp/AmqpMessageBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpMessage existing
         0: .line 107
            aload 0 /* existing */
            invokevirtual io.vertx.reactivex.amqp.AmqpMessage.getDelegate:()Lio/vertx/amqp/AmqpMessage;
            invokestatic io.vertx.amqp.AmqpMessage.create:(Lio/vertx/amqp/AmqpMessage;)Lio/vertx/amqp/AmqpMessageBuilder;
            invokestatic io.vertx.reactivex.amqp.AmqpMessageBuilder.newInstance:(Lio/vertx/amqp/AmqpMessageBuilder;)Lio/vertx/reactivex/amqp/AmqpMessageBuilder;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.amqp.AmqpMessageBuilder ret
         1: .line 108
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.amqp.AmqpMessageBuilder ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage existing
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  existing  Lio/vertx/reactivex/amqp/AmqpMessage;
            1    2     1       ret  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.isDurable:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 116
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.isFirstAcquirer:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 124
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.priority:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 132
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 139
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.deliveryCount:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 140
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.ttl:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 148
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.reactivex.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 156
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 163
            aload 0 /* this */
            getfield io.vertx.reactivex.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 164
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 171
            aload 0 /* this */
            getfield io.vertx.reactivex.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 172
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.reactivex.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 180
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 187
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.isBodyNull:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 188
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 195
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsBoolean:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 196
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsByte:()B
            istore 1 /* ret */
        start local 1 // byte ret
         1: .line 204
            iload 1 /* ret */
            ireturn
        end local 1 // byte ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 211
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsShort:()S
            istore 1 /* ret */
        start local 1 // short ret
         1: .line 212
            iload 1 /* ret */
            ireturn
        end local 1 // short ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 219
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsInteger:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 220
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsLong:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 228
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 235
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsFloat:()F
            fstore 1 /* ret */
        start local 1 // float ret
         1: .line 236
            fload 1 /* ret */
            freturn
        end local 1 // float ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 243
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsDouble:()D
            dstore 1 /* ret */
        start local 1 // double ret
         1: .line 244
            dload 1 /* ret */
            dreturn
        end local 1 // double ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 251
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsChar:()C
            istore 1 /* ret */
        start local 1 // char ret
         1: .line 252
            iload 1 /* ret */
            ireturn
        end local 1 // char ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpMessage;
            1    2     1   ret  C

  public io.vertx.reactivex.core.buffer.Buffer bodyAsBinary();
    descriptor: ()Lio/vertx/reactivex/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.amqp.AmqpMessage this
         0: .line 259
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.bodyAsBinary:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/reactivex/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.buffer.Buffer ret
         1: .line 260
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpMessage;
            1    2     1   ret  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 267
            aload 0 /* this */
            getfield io.vertx.reactivex.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 268
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.reactivex.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 276
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 283
            aload 0 /* this */
            getfield io.vertx.reactivex.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 284
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 291
            aload 0 /* this */
            getfield io.vertx.reactivex.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 292
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 299
            aload 0 /* this */
            getfield io.vertx.reactivex.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 300
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonArray ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 304
            aload 0 /* this */
            getfield io.vertx.reactivex.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 305
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 309
            aload 0 /* this */
            getfield io.vertx.reactivex.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 310
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 314
            aload 0 /* this */
            getfield io.vertx.reactivex.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 315
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 319
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.expiryTime:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 320
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 324
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.creationTime:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 325
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 329
            aload 0 /* this */
            getfield io.vertx.reactivex.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 330
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 334
            aload 0 /* this */
            getfield io.vertx.reactivex.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 335
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 339
            aload 0 /* this */
            getfield io.vertx.reactivex.amqp.AmqpMessage.delegate:Lio/vertx/amqp/AmqpMessage;
            invokeinterface io.vertx.amqp.AmqpMessage.groupSequence:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 340
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 347
            aload 0 /* this */
            getfield io.vertx.reactivex.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 348
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpMessage;
            1    2     1   ret  Lio/vertx/core/json/JsonObject;

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

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

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

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

  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.reactivex.amqp.AmqpMessage this
         0: .line 397
            aload 0 /* this */
            getfield io.vertx.reactivex.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 398
            aload 1 /* ret */
            areturn
        end local 1 // java.time.Instant ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/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.reactivex.amqp.AmqpMessage this
         0: .line 405
            aload 0 /* this */
            getfield io.vertx.reactivex.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 406
            aload 1 /* ret */
            areturn
        end local 1 // java.util.UUID ret
        end local 0 // io.vertx.reactivex.amqp.AmqpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/amqp/AmqpMessage;
            1    2     1   ret  Ljava/util/UUID;

  public static io.vertx.reactivex.amqp.AmqpMessage newInstance(io.vertx.amqp.AmqpMessage);
    descriptor: (Lio/vertx/amqp/AmqpMessage;)Lio/vertx/reactivex/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 410
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.amqp.AmqpMessage
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.amqp.AmqpMessage.<init>:(Lio/vertx/amqp/AmqpMessage;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.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 74
            new io.vertx.reactivex.amqp.AmqpMessage
            dup
            aload 0 /* obj */
            checkcast io.vertx.amqp.AmqpMessage
            invokespecial io.vertx.reactivex.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;)