public class io.vertx.ext.consul.ServiceList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.consul.ServiceList
  super_class: java.lang.Object
{
  private long index;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<io.vertx.ext.consul.Service> list;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/ext/consul/Service;>;

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

  public void <init>(io.vertx.ext.consul.ServiceList);
    descriptor: (Lio/vertx/ext/consul/ServiceList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceList this
        start local 1 // io.vertx.ext.consul.ServiceList other
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.ServiceList.index:J
            putfield io.vertx.ext.consul.ServiceList.index:J
         2: .line 48
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.ServiceList.list:Ljava/util/List;
            putfield io.vertx.ext.consul.ServiceList.list:Ljava/util/List;
         3: .line 49
            return
        end local 1 // io.vertx.ext.consul.ServiceList other
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/ext/consul/ServiceList;
            0    4     1  other  Lio/vertx/ext/consul/ServiceList;
    MethodParameters:
       Name  Flags
      other  

  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.ServiceList this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.consul.ServiceListConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/consul/ServiceList;)V
         2: .line 58
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/consul/ServiceList;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  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.ServiceList this
         0: .line 66
            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 67
            aload 0 /* this */
            aload 1 /* jsonObject */
            invokestatic io.vertx.ext.consul.ServiceListConverter.toJson:(Lio/vertx/ext/consul/ServiceList;Lio/vertx/core/json/JsonObject;)V
         2: .line 68
            aload 1 /* jsonObject */
            areturn
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/ext/consul/ServiceList;
            1    3     1  jsonObject  Lio/vertx/core/json/JsonObject;

  public long getIndex();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceList this
         0: .line 77
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceList.index:J
            lreturn
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/ServiceList;

  public io.vertx.ext.consul.ServiceList setIndex(long);
    descriptor: (J)Lio/vertx/ext/consul/ServiceList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceList this
        start local 1 // long index
         0: .line 87
            aload 0 /* this */
            lload 1 /* index */
            putfield io.vertx.ext.consul.ServiceList.index:J
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // long index
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/consul/ServiceList;
            0    2     1  index  J
    MethodParameters:
       Name  Flags
      index  

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

  public io.vertx.ext.consul.ServiceList setList(java.util.List<io.vertx.ext.consul.Service>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/consul/ServiceList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceList this
        start local 1 // java.util.List list
         0: .line 107
            aload 0 /* this */
            aload 1 /* list */
            putfield io.vertx.ext.consul.ServiceList.list:Ljava/util/List;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // java.util.List list
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/consul/ServiceList;
            0    2     1  list  Ljava/util/List<Lio/vertx/ext/consul/Service;>;
    Signature: (Ljava/util/List<Lio/vertx/ext/consul/Service;>;)Lio/vertx/ext/consul/ServiceList;
    MethodParameters:
      Name  Flags
      list  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.ext.consul.ServiceList this
        start local 1 // java.lang.Object o
         0: .line 113
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 114
      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 116
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.ext.consul.ServiceList
            astore 2 /* that */
        start local 2 // io.vertx.ext.consul.ServiceList that
         4: .line 118
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceList.index:J
            aload 2 /* that */
            getfield io.vertx.ext.consul.ServiceList.index:J
            lcmp
            ifeq 5
            iconst_0
            ireturn
         5: .line 119
      StackMap locals: io.vertx.ext.consul.ServiceList
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceList.list:Ljava/util/List;
            ifnull 6
            aload 0 /* this */
            invokevirtual io.vertx.ext.consul.ServiceList.sorted:()Ljava/util/List;
            aload 2 /* that */
            invokevirtual io.vertx.ext.consul.ServiceList.sorted:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            goto 8
      StackMap locals:
      StackMap stack:
         6: aload 2 /* that */
            getfield io.vertx.ext.consul.ServiceList.list:Ljava/util/List;
            ifnonnull 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: ireturn
        end local 2 // io.vertx.ext.consul.ServiceList that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/ext/consul/ServiceList;
            0    9     1     o  Ljava/lang/Object;
            4    9     2  that  Lio/vertx/ext/consul/ServiceList;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceList this
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceList.index:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceList.index:J
            bipush 32
            lushr
            lxor
            l2i
            istore 1 /* result */
        start local 1 // int result
         1: .line 125
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceList.list:Ljava/util/List;
            ifnull 2
            aload 0 /* this */
            invokevirtual io.vertx.ext.consul.ServiceList.sorted:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            goto 3
      StackMap locals: io.vertx.ext.consul.ServiceList int
      StackMap stack: int
         2: iconst_0
      StackMap locals: io.vertx.ext.consul.ServiceList int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 126
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/ext/consul/ServiceList;
            1    5     1  result  I

  private java.util.List<io.vertx.ext.consul.Service> sorted();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.ServiceList this
         0: .line 130
            aconst_null
            astore 1 /* sorted */
        start local 1 // java.util.List sorted
         1: .line 131
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceList.list:Ljava/util/List;
            ifnull 4
         2: .line 132
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.ext.consul.ServiceList.list:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* sorted */
         3: .line 133
            aload 1 /* sorted */
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/consul/Service.getId()Ljava/lang/String; (5)
                  (Lio/vertx/ext/consul/Service;)Ljava/lang/String;
            invokestatic java.util.Comparator.comparing:(Ljava/util/function/Function;)Ljava/util/Comparator;
            invokeinterface java.util.List.sort:(Ljava/util/Comparator;)V
         4: .line 135
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* sorted */
            areturn
        end local 1 // java.util.List sorted
        end local 0 // io.vertx.ext.consul.ServiceList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/ext/consul/ServiceList;
            1    5     1  sorted  Ljava/util/List<Lio/vertx/ext/consul/Service;>;
    Signature: ()Ljava/util/List<Lio/vertx/ext/consul/Service;>;
}
SourceFile: "ServiceList.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)