public class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec implements io.vertx.core.eventbus.MessageCodec<io.vertx.core.eventbus.ReplyException, io.vertx.core.eventbus.ReplyException>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/codecs/ReplyExceptionMessageCodec;

  public void encodeToWire(io.vertx.core.buffer.Buffer, io.vertx.core.eventbus.ReplyException);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/eventbus/ReplyException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
        start local 1 // io.vertx.core.buffer.Buffer buffer
        start local 2 // io.vertx.core.eventbus.ReplyException body
         0: .line 27
            aload 1 /* buffer */
            aload 2 /* body */
            invokevirtual io.vertx.core.eventbus.ReplyException.failureType:()Lio/vertx/core/eventbus/ReplyFailure;
            invokevirtual io.vertx.core.eventbus.ReplyFailure.toInt:()I
            i2b
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 28
            aload 1 /* buffer */
            aload 2 /* body */
            invokevirtual io.vertx.core.eventbus.ReplyException.failureCode:()I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         2: .line 29
            aload 2 /* body */
            invokevirtual io.vertx.core.eventbus.ReplyException.getMessage:()Ljava/lang/String;
            ifnonnull 5
         3: .line 30
            aload 1 /* buffer */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         4: .line 31
            goto 9
         5: .line 32
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iconst_1
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
         6: .line 33
            aload 2 /* body */
            invokevirtual io.vertx.core.eventbus.ReplyException.getMessage:()Ljava/lang/String;
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 3 /* encoded */
        start local 3 // byte[] encoded
         7: .line 34
            aload 1 /* buffer */
            aload 3 /* encoded */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         8: .line 35
            aload 1 /* buffer */
            aload 3 /* encoded */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
        end local 3 // byte[] encoded
         9: .line 37
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.eventbus.ReplyException body
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/core/eventbus/impl/codecs/ReplyExceptionMessageCodec;
            0   10     1   buffer  Lio/vertx/core/buffer/Buffer;
            0   10     2     body  Lio/vertx/core/eventbus/ReplyException;
            7    9     3  encoded  [B
    MethodParameters:
        Name  Flags
      buffer  
      body    

  public io.vertx.core.eventbus.ReplyException decodeFromWire(int, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/buffer/Buffer;)Lio/vertx/core/eventbus/ReplyException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
        start local 1 // int pos
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 41
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            istore 3 /* i */
        start local 3 // int i
         1: .line 42
            iload 3 /* i */
            invokestatic io.vertx.core.eventbus.ReplyFailure.fromInt:(I)Lio/vertx/core/eventbus/ReplyFailure;
            astore 4 /* rf */
        start local 4 // io.vertx.core.eventbus.ReplyFailure rf
         2: .line 43
            iinc 1 /* pos */ 1
         3: .line 44
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 5 /* failureCode */
        start local 5 // int failureCode
         4: .line 45
            iinc 1 /* pos */ 4
         5: .line 46
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            ifne 6
            iconst_1
            goto 7
      StackMap locals: int io.vertx.core.eventbus.ReplyFailure int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* isNull */
        start local 6 // boolean isNull
         8: .line 48
            iload 6 /* isNull */
            ifne 15
         9: .line 49
            iinc 1 /* pos */ 1
        10: .line 50
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 8 /* strLength */
        start local 8 // int strLength
        11: .line 51
            iinc 1 /* pos */ 4
        12: .line 52
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 8 /* strLength */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 9 /* bytes */
        start local 9 // byte[] bytes
        13: .line 53
            new java.lang.String
            dup
            aload 9 /* bytes */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            astore 7 /* message */
        end local 9 // byte[] bytes
        end local 8 // int strLength
        start local 7 // java.lang.String message
        14: .line 54
            goto 16
        end local 7 // java.lang.String message
        15: .line 55
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 7 /* message */
        start local 7 // java.lang.String message
        16: .line 57
      StackMap locals: java.lang.String
      StackMap stack:
            new io.vertx.core.eventbus.ReplyException
            dup
            aload 4 /* rf */
            iload 5 /* failureCode */
            aload 7 /* message */
            invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
            areturn
        end local 7 // java.lang.String message
        end local 6 // boolean isNull
        end local 5 // int failureCode
        end local 4 // io.vertx.core.eventbus.ReplyFailure rf
        end local 3 // int i
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int pos
        end local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lio/vertx/core/eventbus/impl/codecs/ReplyExceptionMessageCodec;
            0   17     1          pos  I
            0   17     2       buffer  Lio/vertx/core/buffer/Buffer;
            1   17     3            i  I
            2   17     4           rf  Lio/vertx/core/eventbus/ReplyFailure;
            4   17     5  failureCode  I
            8   17     6       isNull  Z
           14   15     7      message  Ljava/lang/String;
           16   17     7      message  Ljava/lang/String;
           11   14     8    strLength  I
           13   14     9        bytes  [B
    MethodParameters:
        Name  Flags
      pos     
      buffer  

  public io.vertx.core.eventbus.ReplyException transform(io.vertx.core.eventbus.ReplyException);
    descriptor: (Lio/vertx/core/eventbus/ReplyException;)Lio/vertx/core/eventbus/ReplyException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
        start local 1 // io.vertx.core.eventbus.ReplyException exception
         0: .line 62
            aload 1 /* exception */
            areturn
        end local 1 // io.vertx.core.eventbus.ReplyException exception
        end local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/eventbus/impl/codecs/ReplyExceptionMessageCodec;
            0    1     1  exception  Lio/vertx/core/eventbus/ReplyException;
    MethodParameters:
           Name  Flags
      exception  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
         0: .line 67
            ldc "replyexception"
            areturn
        end local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/codecs/ReplyExceptionMessageCodec;

  public byte systemCodecID();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
         0: .line 72
            bipush 15
            ireturn
        end local 0 // io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/eventbus/impl/codecs/ReplyExceptionMessageCodec;

  public void encodeToWire(io.vertx.core.buffer.Buffer, java.lang.Object);
    descriptor: (Lio/vertx/core/buffer/Buffer;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.vertx.core.eventbus.ReplyException
            invokevirtual io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec.encodeToWire:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/eventbus/ReplyException;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object transform(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.eventbus.ReplyException
            invokevirtual io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec.transform:(Lio/vertx/core/eventbus/ReplyException;)Lio/vertx/core/eventbus/ReplyException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object decodeFromWire(int, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/buffer/Buffer;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            invokevirtual io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec.decodeFromWire:(ILio/vertx/core/buffer/Buffer;)Lio/vertx/core/eventbus/ReplyException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/eventbus/MessageCodec<Lio/vertx/core/eventbus/ReplyException;Lio/vertx/core/eventbus/ReplyException;>;
SourceFile: "ReplyExceptionMessageCodec.java"