public class io.vertx.core.spi.cluster.NodeInfo implements io.vertx.core.shareddata.impl.ClusterSerializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.spi.cluster.NodeInfo
  super_class: java.lang.Object
{
  private java.lang.String host;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int port;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject metadata;
    descriptor: Lio/vertx/core/json/JsonObject;
    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.core.spi.cluster.NodeInfo this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            return
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/spi/cluster/NodeInfo;

  public void <init>(java.lang.String, int, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;ILio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.core.spi.cluster.NodeInfo this
        start local 1 // java.lang.String host
        start local 2 // int port
        start local 3 // io.vertx.core.json.JsonObject metadata
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* host */
            ldc "host is null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
         2: .line 37
            iload 2 /* port */
            iconst_1
            ldc 65535
            new java.lang.StringBuilder
            dup
            ldc "Not an actual port: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.impl.Arguments.requireInRange:(IIILjava/lang/String;)V
         3: .line 38
            aload 0 /* this */
            iload 2 /* port */
            putfield io.vertx.core.spi.cluster.NodeInfo.port:I
         4: .line 39
            aload 0 /* this */
            aload 3 /* metadata */
            putfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
         5: .line 40
            return
        end local 3 // io.vertx.core.json.JsonObject metadata
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/vertx/core/spi/cluster/NodeInfo;
            0    6     1      host  Ljava/lang/String;
            0    6     2      port  I
            0    6     3  metadata  Lio/vertx/core/json/JsonObject;
    MethodParameters:
          Name  Flags
      host      
      port      
      metadata  

  public java.lang.String host();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.NodeInfo this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/cluster/NodeInfo;

  public int port();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.NodeInfo this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.port:I
            ireturn
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/cluster/NodeInfo;

  public io.vertx.core.json.JsonObject metadata();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.NodeInfo this
         0: .line 51
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/spi/cluster/NodeInfo;

  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.core.spi.cluster.NodeInfo this
        start local 1 // java.lang.Object o
         0: .line 56
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 57
      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 59
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.spi.cluster.NodeInfo
            astore 2 /* nodeInfo */
        start local 2 // io.vertx.core.spi.cluster.NodeInfo nodeInfo
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.port:I
            aload 2 /* nodeInfo */
            getfield io.vertx.core.spi.cluster.NodeInfo.port:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 62
      StackMap locals: io.vertx.core.spi.cluster.NodeInfo
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
            aload 2 /* nodeInfo */
            getfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            iconst_0
            ireturn
         6: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
            aload 2 /* nodeInfo */
            getfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.core.spi.cluster.NodeInfo nodeInfo
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/core/spi/cluster/NodeInfo;
            0    7     1         o  Ljava/lang/Object;
            4    7     2  nodeInfo  Lio/vertx/core/spi/cluster/NodeInfo;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.spi.cluster.NodeInfo this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 69
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.port:I
            iadd
            istore 1 /* result */
         2: .line 70
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
            ifnull 3
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.hashCode:()I
            goto 4
      StackMap locals: io.vertx.core.spi.cluster.NodeInfo int
      StackMap stack: int
         3: iconst_0
      StackMap locals: io.vertx.core.spi.cluster.NodeInfo int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 71
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/spi/cluster/NodeInfo;
            1    6     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.spi.cluster.NodeInfo this
         0: .line 76
            new java.lang.StringBuilder
            dup
            ldc "NodeInfo{host='"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 77
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         2: .line 78
            ldc ", port="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.port:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 79
            ldc ", metadata="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 80
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 76
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/spi/cluster/NodeInfo;

  public void writeToBuffer(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.spi.cluster.NodeInfo this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 85
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
            invokeinterface io.vertx.core.buffer.Buffer.appendString:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 86
            aload 1 /* buffer */
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.port:I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         2: .line 87
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
            ifnonnull 5
         3: .line 88
            aload 1 /* buffer */
            iconst_m1
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         4: .line 89
            goto 7
         5: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.toBuffer:()Lio/vertx/core/buffer/Buffer;
            astore 2 /* buf */
        start local 2 // io.vertx.core.buffer.Buffer buf
         6: .line 91
            aload 1 /* buffer */
            aload 2 /* buf */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 2 /* buf */
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
        end local 2 // io.vertx.core.buffer.Buffer buf
         7: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/core/spi/cluster/NodeInfo;
            0    8     1  buffer  Lio/vertx/core/buffer/Buffer;
            6    7     2     buf  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
        Name  Flags
      buffer  

  public int readFromBuffer(int, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/buffer/Buffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // io.vertx.core.spi.cluster.NodeInfo this
        start local 1 // int start
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 97
            iload 1 /* start */
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 98
            aload 2 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 4 /* len */
        start local 4 // int len
         2: .line 99
            iinc 3 /* pos */ 4
         3: .line 100
            aload 0 /* this */
            aload 2 /* buffer */
            iload 3 /* pos */
            iload 3 /* pos */
            iload 4 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getString:(II)Ljava/lang/String;
            putfield io.vertx.core.spi.cluster.NodeInfo.host:Ljava/lang/String;
         4: .line 101
            iload 3 /* pos */
            iload 4 /* len */
            iadd
            istore 3 /* pos */
         5: .line 102
            aload 0 /* this */
            aload 2 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            putfield io.vertx.core.spi.cluster.NodeInfo.port:I
         6: .line 103
            iinc 3 /* pos */ 4
         7: .line 104
            aload 2 /* buffer */
            iload 3 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 4 /* len */
         8: .line 105
            iinc 3 /* pos */ 4
         9: .line 106
            iload 4 /* len */
            ifne 12
        10: .line 107
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
        11: .line 108
            goto 15
      StackMap locals: int int
      StackMap stack:
        12: iload 4 /* len */
            ifle 15
        13: .line 109
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            aload 2 /* buffer */
            iload 3 /* pos */
            iload 3 /* pos */
            iload 4 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBuffer:(II)Lio/vertx/core/buffer/Buffer;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Lio/vertx/core/buffer/Buffer;)V
            putfield io.vertx.core.spi.cluster.NodeInfo.metadata:Lio/vertx/core/json/JsonObject;
        14: .line 110
            iload 3 /* pos */
            iload 4 /* len */
            iadd
            istore 3 /* pos */
        15: .line 112
      StackMap locals:
      StackMap stack:
            iload 3 /* pos */
            ireturn
        end local 4 // int len
        end local 3 // int pos
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int start
        end local 0 // io.vertx.core.spi.cluster.NodeInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lio/vertx/core/spi/cluster/NodeInfo;
            0   16     1   start  I
            0   16     2  buffer  Lio/vertx/core/buffer/Buffer;
            1   16     3     pos  I
            2   16     4     len  I
    MethodParameters:
        Name  Flags
      start   
      buffer  
}
SourceFile: "NodeInfo.java"