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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
2: aload 0
aload 1
putfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
3: return
end local 1 end local 0 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 0: aload 0
getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo
astore 2
start local 2 4: aload 0
getfield io.vertx.ext.cluster.infinispan.impl.InfinispanClusterNodeInfo.clusterNodeInfo:Lio/vertx/core/eventbus/impl/clustered/ClusterNodeInfo;
aload 2
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 end local 1 end local 0 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 0: aload 0
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 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;)