public class io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo implements com.hazelcast.nio.serialization.DataSerializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo
  super_class: java.lang.Object
{
  private io.vertx.core.spi.cluster.NodeInfo nodeInfo;
    descriptor: Lio/vertx/core/spi/cluster/NodeInfo;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            return
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastNodeInfo;

  public void <init>(io.vertx.core.spi.cluster.NodeInfo);
    descriptor: (Lio/vertx/core/spi/cluster/NodeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
        start local 1 // io.vertx.core.spi.cluster.NodeInfo nodeInfo
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* nodeInfo */
            putfield io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo.nodeInfo:Lio/vertx/core/spi/cluster/NodeInfo;
         2: .line 40
            return
        end local 1 // io.vertx.core.spi.cluster.NodeInfo nodeInfo
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastNodeInfo;
            0    3     1  nodeInfo  Lio/vertx/core/spi/cluster/NodeInfo;
    MethodParameters:
          Name  Flags
      nodeInfo  

  public void writeData(com.hazelcast.nio.ObjectDataOutput);
    descriptor: (Lcom/hazelcast/nio/ObjectDataOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
        start local 1 // com.hazelcast.nio.ObjectDataOutput dataOutput
         0: .line 44
            aload 1 /* dataOutput */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo.nodeInfo:Lio/vertx/core/spi/cluster/NodeInfo;
            invokevirtual io.vertx.core.spi.cluster.NodeInfo.host:()Ljava/lang/String;
            invokeinterface com.hazelcast.nio.ObjectDataOutput.writeUTF:(Ljava/lang/String;)V
         1: .line 45
            aload 1 /* dataOutput */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo.nodeInfo:Lio/vertx/core/spi/cluster/NodeInfo;
            invokevirtual io.vertx.core.spi.cluster.NodeInfo.port:()I
            invokeinterface com.hazelcast.nio.ObjectDataOutput.writeInt:(I)V
         2: .line 46
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo.nodeInfo:Lio/vertx/core/spi/cluster/NodeInfo;
            invokevirtual io.vertx.core.spi.cluster.NodeInfo.metadata:()Lio/vertx/core/json/JsonObject;
            astore 2 /* metadata */
        start local 2 // io.vertx.core.json.JsonObject metadata
         3: .line 47
            aload 1 /* dataOutput */
            aload 2 /* metadata */
            ifnull 4
            aload 2 /* metadata */
            invokevirtual io.vertx.core.json.JsonObject.toBuffer:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            goto 5
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo com.hazelcast.nio.ObjectDataOutput io.vertx.core.json.JsonObject
      StackMap stack: com.hazelcast.nio.ObjectDataOutput
         4: aconst_null
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo com.hazelcast.nio.ObjectDataOutput io.vertx.core.json.JsonObject
      StackMap stack: com.hazelcast.nio.ObjectDataOutput byte[]
         5: invokeinterface com.hazelcast.nio.ObjectDataOutput.writeByteArray:([B)V
         6: .line 48
            return
        end local 2 // io.vertx.core.json.JsonObject metadata
        end local 1 // com.hazelcast.nio.ObjectDataOutput dataOutput
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastNodeInfo;
            0    7     1  dataOutput  Lcom/hazelcast/nio/ObjectDataOutput;
            3    7     2    metadata  Lio/vertx/core/json/JsonObject;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      dataOutput  

  public void readData(com.hazelcast.nio.ObjectDataInput);
    descriptor: (Lcom/hazelcast/nio/ObjectDataInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
        start local 1 // com.hazelcast.nio.ObjectDataInput dataInput
         0: .line 52
            aload 1 /* dataInput */
            invokeinterface com.hazelcast.nio.ObjectDataInput.readUTF:()Ljava/lang/String;
            astore 2 /* host */
        start local 2 // java.lang.String host
         1: .line 53
            aload 1 /* dataInput */
            invokeinterface com.hazelcast.nio.ObjectDataInput.readInt:()I
            istore 3 /* port */
        start local 3 // int port
         2: .line 54
            aload 1 /* dataInput */
            invokeinterface com.hazelcast.nio.ObjectDataInput.readByteArray:()[B
            astore 4 /* bytes */
        start local 4 // byte[] bytes
         3: .line 55
            aload 0 /* this */
         4: new io.vertx.core.spi.cluster.NodeInfo
            dup
            aload 2 /* host */
            iload 3 /* port */
            aload 4 /* bytes */
            ifnull 5
            new io.vertx.core.json.JsonObject
            dup
            aload 4 /* bytes */
            invokestatic io.vertx.core.buffer.Buffer.buffer:([B)Lio/vertx/core/buffer/Buffer;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Lio/vertx/core/buffer/Buffer;)V
            goto 6
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo com.hazelcast.nio.ObjectDataInput java.lang.String int byte[]
      StackMap stack: io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo new 4 new 4 java.lang.String int
         5: aconst_null
      StackMap locals: io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo com.hazelcast.nio.ObjectDataInput java.lang.String int byte[]
      StackMap stack: io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo new 4 new 4 java.lang.String int io.vertx.core.json.JsonObject
         6: invokespecial io.vertx.core.spi.cluster.NodeInfo.<init>:(Ljava/lang/String;ILio/vertx/core/json/JsonObject;)V
            putfield io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo.nodeInfo:Lio/vertx/core/spi/cluster/NodeInfo;
         7: .line 56
            return
        end local 4 // byte[] bytes
        end local 3 // int port
        end local 2 // java.lang.String host
        end local 1 // com.hazelcast.nio.ObjectDataInput dataInput
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastNodeInfo;
            0    8     1  dataInput  Lcom/hazelcast/nio/ObjectDataInput;
            1    8     2       host  Ljava/lang/String;
            2    8     3       port  I
            3    8     4      bytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      dataInput  

  public io.vertx.core.spi.cluster.NodeInfo unwrap();
    descriptor: ()Lio/vertx/core/spi/cluster/NodeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo.nodeInfo:Lio/vertx/core/spi/cluster/NodeInfo;
            areturn
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastNodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastNodeInfo;
}
SourceFile: "HazelcastNodeInfo.java"