public class io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo 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.HazelcastRegistrationInfo
  super_class: java.lang.Object
{
  private io.vertx.core.spi.cluster.RegistrationInfo registrationInfo;
    descriptor: Lio/vertx/core/spi/cluster/RegistrationInfo;
    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.HazelcastRegistrationInfo this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            return
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;

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

  public io.vertx.core.spi.cluster.RegistrationInfo unwrap();
    descriptor: ()Lio/vertx/core/spi/cluster/RegistrationInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
            areturn
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;

  public void writeData(com.hazelcast.nio.ObjectDataOutput);
    descriptor: (Lcom/hazelcast/nio/ObjectDataOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
        start local 1 // com.hazelcast.nio.ObjectDataOutput dataOutput
         0: .line 47
            aload 1 /* dataOutput */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
            invokevirtual io.vertx.core.spi.cluster.RegistrationInfo.nodeId:()Ljava/lang/String;
            invokeinterface com.hazelcast.nio.ObjectDataOutput.writeUTF:(Ljava/lang/String;)V
         1: .line 48
            aload 1 /* dataOutput */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
            invokevirtual io.vertx.core.spi.cluster.RegistrationInfo.seq:()J
            invokeinterface com.hazelcast.nio.ObjectDataOutput.writeLong:(J)V
         2: .line 49
            aload 1 /* dataOutput */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
            invokevirtual io.vertx.core.spi.cluster.RegistrationInfo.localOnly:()Z
            invokeinterface com.hazelcast.nio.ObjectDataOutput.writeBoolean:(Z)V
         3: .line 50
            return
        end local 1 // com.hazelcast.nio.ObjectDataOutput dataOutput
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;
            0    4     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=7, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
        start local 1 // com.hazelcast.nio.ObjectDataInput dataInput
         0: .line 54
            aload 0 /* this */
            new io.vertx.core.spi.cluster.RegistrationInfo
            dup
            aload 1 /* dataInput */
            invokeinterface com.hazelcast.nio.ObjectDataInput.readUTF:()Ljava/lang/String;
            aload 1 /* dataInput */
            invokeinterface com.hazelcast.nio.ObjectDataInput.readLong:()J
            aload 1 /* dataInput */
            invokeinterface com.hazelcast.nio.ObjectDataInput.readBoolean:()Z
            invokespecial io.vertx.core.spi.cluster.RegistrationInfo.<init>:(Ljava/lang/String;JZ)V
            putfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
         1: .line 55
            return
        end local 1 // com.hazelcast.nio.ObjectDataInput dataInput
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;
            0    2     1  dataInput  Lcom/hazelcast/nio/ObjectDataInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      dataInput  

  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.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
        start local 1 // java.lang.Object o
         0: .line 59
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 60
      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 62
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo
            astore 2 /* that */
        start local 2 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo that
         4: .line 64
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
            aload 2 /* that */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
            invokevirtual io.vertx.core.spi.cluster.RegistrationInfo.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;
    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.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
            invokevirtual io.vertx.core.spi.cluster.RegistrationInfo.hashCode:()I
            ireturn
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;

  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.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo.registrationInfo:Lio/vertx/core/spi/cluster/RegistrationInfo;
            invokevirtual io.vertx.core.spi.cluster.RegistrationInfo.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.spi.cluster.hazelcast.impl.HazelcastRegistrationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/impl/HazelcastRegistrationInfo;
}
SourceFile: "HazelcastRegistrationInfo.java"