public class io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo
  super_class: java.lang.Object
{
  private final io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo clusterNodeInfo;
    descriptor: Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo);
    descriptor: (Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo this
        start local 1 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo clusterNodeInfo
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 1 /* clusterNodeInfo */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 39
            aload 0 /* this */
            aload 1 /* clusterNodeInfo */
            putfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
         3: .line 40
            return
        end local 1 // io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo clusterNodeInfo
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;
            0    4     1  clusterNodeInfo  Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
    MethodParameters:
                 Name  Flags
      clusterNodeInfo  

  public io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo getClusterNodeInfo();
    descriptor: ()Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
            areturn
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;

  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.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo this
        start local 1 // java.lang.Object o
         0: .line 48
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 49
      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 51
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo
            astore 2 /* that */
        start local 2 // io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo that
         4: .line 53
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
            aload 2 /* that */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;
    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.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo this
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
            invokevirtual io.vertx.core.eventbus.impl.clustered.ClusterNodeInfo.hashCode:()I
            ireturn
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo;
}
SourceFile: "InfinispanClusterNodeInfo.java"
NestMembers:
  io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer
InnerClasses:
  public InfinispanClusterNodeInfoExternalizer = io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer of io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo
    RuntimeVisibleAnnotations: 
      org.infinispan.commons.marshall.SerializeWith(value = Lio/vertx/ext/cluster/infinispan/impl/InfinispanClusterNodeInfo$InfinispanClusterNodeInfoExternalizer;)