public class io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID extends io.vertx.core.net.impl.ServerID 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.HazelcastServerID
  super_class: io.vertx.core.net.impl.ServerID
{
  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.HazelcastServerID this
         0: .line 31
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.ServerID.<init>:()V
         1: .line 32
            return
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastServerID;

  public void <init>(io.vertx.core.net.impl.ServerID);
    descriptor: (Lio/vertx/core/net/impl/ServerID;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID this
        start local 1 // io.vertx.core.net.impl.ServerID serverID
         0: .line 35
            aload 0 /* this */
            aload 1 /* serverID */
            getfield io.vertx.core.net.impl.ServerID.port:I
            aload 1 /* serverID */
            getfield io.vertx.core.net.impl.ServerID.host:Ljava/lang/String;
            invokespecial io.vertx.core.net.impl.ServerID.<init>:(ILjava/lang/String;)V
         1: .line 36
            return
        end local 1 // io.vertx.core.net.impl.ServerID serverID
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastServerID;
            0    2     1  serverID  Lio/vertx/core/net/impl/ServerID;
    MethodParameters:
          Name  Flags
      serverID  

  public void writeData(com.hazelcast.nio.ObjectDataOutput);
    descriptor: (Lcom/hazelcast/nio/ObjectDataOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID this
        start local 1 // com.hazelcast.nio.ObjectDataOutput dataOutput
         0: .line 40
            aload 1 /* dataOutput */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID.port:I
            invokeinterface com.hazelcast.nio.ObjectDataOutput.writeInt:(I)V
         1: .line 41
            aload 1 /* dataOutput */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID.host:Ljava/lang/String;
            invokeinterface com.hazelcast.nio.ObjectDataOutput.writeUTF:(Ljava/lang/String;)V
         2: .line 42
            return
        end local 1 // com.hazelcast.nio.ObjectDataOutput dataOutput
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastServerID;
            0    3     1  dataOutput  Lcom/hazelcast/nio/ObjectDataOutput;
    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=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID this
        start local 1 // com.hazelcast.nio.ObjectDataInput dataInput
         0: .line 46
            aload 0 /* this */
            aload 1 /* dataInput */
            invokeinterface com.hazelcast.nio.ObjectDataInput.readInt:()I
            putfield io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID.port:I
         1: .line 47
            aload 0 /* this */
            aload 1 /* dataInput */
            invokeinterface com.hazelcast.nio.ObjectDataInput.readUTF:()Ljava/lang/String;
            putfield io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID.host:Ljava/lang/String;
         2: .line 48
            return
        end local 1 // com.hazelcast.nio.ObjectDataInput dataInput
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastServerID;
            0    3     1  dataInput  Lcom/hazelcast/nio/ObjectDataInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      dataInput  

  public static <V> V convertServerID();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.lang.Object val
         0: .line 53
            aload 0 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lio/vertx/core/net/impl/ServerID;
            if_acmpne 4
         1: .line 54
            aload 0 /* val */
            checkcast io.vertx.core.net.impl.ServerID
            astore 1 /* sid */
        start local 1 // io.vertx.core.net.impl.ServerID sid
         2: .line 55
            new io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID
            dup
            aload 1 /* sid */
            invokespecial io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID.<init>:(Lio/vertx/core/net/impl/ServerID;)V
            astore 2 /* hsid */
        start local 2 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID hsid
         3: .line 56
            aload 2 /* hsid */
            areturn
        end local 2 // io.vertx.spi.cluster.hazelcast.impl.HazelcastServerID hsid
        end local 1 // io.vertx.core.net.impl.ServerID sid
         4: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* val */
            areturn
        end local 0 // java.lang.Object val
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   val  TV;
            2    4     1   sid  Lio/vertx/core/net/impl/ServerID;
            3    4     2  hsid  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastServerID;
    Signature: <V:Ljava/lang/Object;>(TV;)TV;
    MethodParameters:
      Name  Flags
      val   
}
SourceFile: "HazelcastServerID.java"