public class io.vertx.ext.consul.Coordinate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.consul.Coordinate
  super_class: java.lang.Object
{
  private java.lang.String node;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private float adj;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float err;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float height;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.lang.Float> vec;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/Float;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.Coordinate this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/Coordinate;

  public void <init>(io.vertx.ext.consul.Coordinate);
    descriptor: (Lio/vertx/ext/consul/Coordinate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.Coordinate this
        start local 1 // io.vertx.ext.consul.Coordinate coordinate
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* coordinate */
            getfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
            putfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
         2: .line 50
            aload 0 /* this */
            aload 1 /* coordinate */
            getfield io.vertx.ext.consul.Coordinate.adj:F
            putfield io.vertx.ext.consul.Coordinate.adj:F
         3: .line 51
            aload 0 /* this */
            aload 1 /* coordinate */
            getfield io.vertx.ext.consul.Coordinate.err:F
            putfield io.vertx.ext.consul.Coordinate.err:F
         4: .line 52
            aload 0 /* this */
            aload 1 /* coordinate */
            getfield io.vertx.ext.consul.Coordinate.height:F
            putfield io.vertx.ext.consul.Coordinate.height:F
         5: .line 53
            aload 0 /* this */
            aload 1 /* coordinate */
            getfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
            putfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
         6: .line 54
            return
        end local 1 // io.vertx.ext.consul.Coordinate coordinate
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/vertx/ext/consul/Coordinate;
            0    7     1  coordinate  Lio/vertx/ext/consul/Coordinate;
    MethodParameters:
            Name  Flags
      coordinate  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.Coordinate this
        start local 1 // io.vertx.core.json.JsonObject coordinate
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 1 /* coordinate */
            aload 0 /* this */
            invokestatic io.vertx.ext.consul.CoordinateConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/consul/Coordinate;)V
         2: .line 63
            return
        end local 1 // io.vertx.core.json.JsonObject coordinate
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/consul/Coordinate;
            0    3     1  coordinate  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      coordinate  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.Coordinate this
         0: .line 71
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* jsonObject */
        start local 1 // io.vertx.core.json.JsonObject jsonObject
         1: .line 72
            aload 0 /* this */
            aload 1 /* jsonObject */
            invokestatic io.vertx.ext.consul.CoordinateConverter.toJson:(Lio/vertx/ext/consul/Coordinate;Lio/vertx/core/json/JsonObject;)V
         2: .line 73
            aload 1 /* jsonObject */
            areturn
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/consul/Coordinate;
            1    3     1  jsonObject  Lio/vertx/core/json/JsonObject;

  public java.lang.String getNode();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.Coordinate this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/Coordinate;

  public float getAdj();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.Coordinate this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.adj:F
            freturn
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/Coordinate;

  public float getErr();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.Coordinate this
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.err:F
            freturn
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/Coordinate;

  public float getHeight();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.Coordinate this
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.height:F
            freturn
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/Coordinate;

  public java.util.List<java.lang.Float> getVec();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.Coordinate this
         0: .line 118
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/Coordinate;
    Signature: ()Ljava/util/List<Ljava/lang/Float;>;

  public io.vertx.ext.consul.Coordinate setNode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/consul/Coordinate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.Coordinate this
        start local 1 // java.lang.String node
         0: .line 128
            aload 0 /* this */
            aload 1 /* node */
            putfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
         1: .line 129
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String node
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/Coordinate;
            0    2     1  node  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      node  

  public io.vertx.ext.consul.Coordinate setAdj(float);
    descriptor: (F)Lio/vertx/ext/consul/Coordinate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.Coordinate this
        start local 1 // float adj
         0: .line 139
            aload 0 /* this */
            fload 1 /* adj */
            putfield io.vertx.ext.consul.Coordinate.adj:F
         1: .line 140
            aload 0 /* this */
            areturn
        end local 1 // float adj
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/Coordinate;
            0    2     1   adj  F
    MethodParameters:
      Name  Flags
      adj   

  public io.vertx.ext.consul.Coordinate setErr(float);
    descriptor: (F)Lio/vertx/ext/consul/Coordinate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.Coordinate this
        start local 1 // float err
         0: .line 150
            aload 0 /* this */
            fload 1 /* err */
            putfield io.vertx.ext.consul.Coordinate.err:F
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // float err
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/Coordinate;
            0    2     1   err  F
    MethodParameters:
      Name  Flags
      err   

  public io.vertx.ext.consul.Coordinate setHeight(float);
    descriptor: (F)Lio/vertx/ext/consul/Coordinate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.Coordinate this
        start local 1 // float height
         0: .line 161
            aload 0 /* this */
            fload 1 /* height */
            putfield io.vertx.ext.consul.Coordinate.height:F
         1: .line 162
            aload 0 /* this */
            areturn
        end local 1 // float height
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/consul/Coordinate;
            0    2     1  height  F
    MethodParameters:
        Name  Flags
      height  

  public io.vertx.ext.consul.Coordinate setVec(java.util.List<java.lang.Float>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/consul/Coordinate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.Coordinate this
        start local 1 // java.util.List vec
         0: .line 172
            aload 0 /* this */
            aload 1 /* vec */
            putfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
         1: .line 173
            aload 0 /* this */
            areturn
        end local 1 // java.util.List vec
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/Coordinate;
            0    2     1   vec  Ljava/util/List<Ljava/lang/Float;>;
    Signature: (Ljava/util/List<Ljava/lang/Float;>;)Lio/vertx/ext/consul/Coordinate;
    MethodParameters:
      Name  Flags
      vec   

  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.consul.Coordinate this
        start local 1 // java.lang.Object o
         0: .line 178
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 179
      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 181
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.ext.consul.Coordinate
            astore 2 /* that */
        start local 2 // io.vertx.ext.consul.Coordinate that
         4: .line 183
            aload 2 /* that */
            getfield io.vertx.ext.consul.Coordinate.adj:F
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.adj:F
            invokestatic java.lang.Float.compare:(FF)I
            ifeq 5
            iconst_0
            ireturn
         5: .line 184
      StackMap locals: io.vertx.ext.consul.Coordinate
      StackMap stack:
            aload 2 /* that */
            getfield io.vertx.ext.consul.Coordinate.err:F
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.err:F
            invokestatic java.lang.Float.compare:(FF)I
            ifeq 6
            iconst_0
            ireturn
         6: .line 185
      StackMap locals:
      StackMap stack:
            aload 2 /* that */
            getfield io.vertx.ext.consul.Coordinate.height:F
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.height:F
            invokestatic java.lang.Float.compare:(FF)I
            ifeq 7
            iconst_0
            ireturn
         7: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
            ifnull 8
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
            aload 2 /* that */
            getfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 2 /* that */
            getfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
            ifnull 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
            ifnull 11
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
            aload 2 /* that */
            getfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            goto 13
      StackMap locals:
      StackMap stack:
        11: aload 2 /* that */
            getfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
            ifnonnull 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: ireturn
        end local 2 // io.vertx.ext.consul.Coordinate that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/vertx/ext/consul/Coordinate;
            0   14     1     o  Ljava/lang/Object;
            4   14     2  that  Lio/vertx/ext/consul/Coordinate;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.Coordinate this
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.node:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 193
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.adj:F
            fconst_0
            fcmpl
            ifeq 4
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.adj:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            goto 5
      StackMap locals: io.vertx.ext.consul.Coordinate int
      StackMap stack: int
         4: iconst_0
      StackMap locals: io.vertx.ext.consul.Coordinate int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 194
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.err:F
            fconst_0
            fcmpl
            ifeq 7
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.err:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            goto 8
      StackMap locals:
      StackMap stack: int
         7: iconst_0
      StackMap locals: io.vertx.ext.consul.Coordinate int
      StackMap stack: int int
         8: iadd
            istore 1 /* result */
         9: .line 195
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.height:F
            fconst_0
            fcmpl
            ifeq 10
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.height:F
            invokestatic java.lang.Float.floatToIntBits:(F)I
            goto 11
      StackMap locals:
      StackMap stack: int
        10: iconst_0
      StackMap locals: io.vertx.ext.consul.Coordinate int
      StackMap stack: int int
        11: iadd
            istore 1 /* result */
        12: .line 196
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
            ifnull 13
            aload 0 /* this */
            getfield io.vertx.ext.consul.Coordinate.vec:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            goto 14
      StackMap locals:
      StackMap stack: int
        13: iconst_0
      StackMap locals: io.vertx.ext.consul.Coordinate int
      StackMap stack: int int
        14: iadd
            istore 1 /* result */
        15: .line 197
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.ext.consul.Coordinate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lio/vertx/ext/consul/Coordinate;
            3   16     1  result  I
}
SourceFile: "Coordinate.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)