public class io.vertx.servicediscovery.Record
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.servicediscovery.Record
  super_class: java.lang.Object
{
  public static final java.lang.String ENDPOINT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "endpoint"

  private io.vertx.core.json.JsonObject location;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject metadata;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.servicediscovery.Status status;
    descriptor: Lio/vertx/servicediscovery/Status;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String registration;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.Record this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
         2: .line 41
            aload 0 /* this */
            getstatic io.vertx.servicediscovery.Status.UNKNOWN:Lio/vertx/servicediscovery/Status;
            putfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
         3: .line 52
            return
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/servicediscovery/Record;

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
         2: .line 41
            aload 0 /* this */
            getstatic io.vertx.servicediscovery.Status.UNKNOWN:Lio/vertx/servicediscovery/Status;
            putfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
         3: .line 60
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.servicediscovery.RecordConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/servicediscovery/Record;)V
         4: .line 61
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/servicediscovery/Record;
            0    5     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.servicediscovery.Record this
         0: .line 67
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 68
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.servicediscovery.RecordConverter.toJson:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/json/JsonObject;)V
         2: .line 69
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/servicediscovery/Record;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public void <init>(io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/Record;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // io.vertx.servicediscovery.Record other
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
         2: .line 41
            aload 0 /* this */
            getstatic io.vertx.servicediscovery.Status.UNKNOWN:Lio/vertx/servicediscovery/Status;
            putfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
         3: .line 78
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
            putfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
         4: .line 79
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
            putfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
         5: .line 80
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
            putfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
         6: .line 81
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
            putfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
         7: .line 82
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
            putfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
         8: .line 83
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
            putfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
         9: .line 84
            return
        end local 1 // io.vertx.servicediscovery.Record other
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/vertx/servicediscovery/Record;
            0   10     1  other  Lio/vertx/servicediscovery/Record;
    MethodParameters:
       Name  Flags
      other  

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

  public io.vertx.servicediscovery.Record setLocation(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // io.vertx.core.json.JsonObject location
         0: .line 102
            aload 0 /* this */
            aload 1 /* location */
            putfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
         1: .line 103
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject location
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/servicediscovery/Record;
            0    2     1  location  Lio/vertx/core/json/JsonObject;
    MethodParameters:
          Name  Flags
      location  

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

  public io.vertx.servicediscovery.Record setMetadata(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // io.vertx.core.json.JsonObject metadata
         0: .line 116
            aload 0 /* this */
            aload 1 /* metadata */
            putfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
         1: .line 117
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject metadata
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/servicediscovery/Record;
            0    2     1  metadata  Lio/vertx/core/json/JsonObject;
    MethodParameters:
          Name  Flags
      metadata  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.Record this
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/servicediscovery/Record;

  public io.vertx.servicediscovery.Record setName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // java.lang.String name
         0: .line 136
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/servicediscovery/Record;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.servicediscovery.Status getStatus();
    descriptor: ()Lio/vertx/servicediscovery/Status;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.Record this
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
            areturn
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/servicediscovery/Record;

  public io.vertx.servicediscovery.Record setStatus(io.vertx.servicediscovery.Status);
    descriptor: (Lio/vertx/servicediscovery/Status;)Lio/vertx/servicediscovery/Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // io.vertx.servicediscovery.Status status
         0: .line 157
            aload 1 /* status */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 158
            aload 0 /* this */
            aload 1 /* status */
            putfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
         2: .line 159
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.servicediscovery.Status status
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/servicediscovery/Record;
            0    3     1  status  Lio/vertx/servicediscovery/Status;
    MethodParameters:
        Name  Flags
      status  

  public io.vertx.servicediscovery.Record setRegistration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // java.lang.String reg
         0: .line 169
            aload 0 /* this */
            aload 1 /* reg */
            putfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
         1: .line 170
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String reg
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/servicediscovery/Record;
            0    2     1   reg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      reg   

  public java.lang.String getRegistration();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.Record this
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/servicediscovery/Record;

  public java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.Record this
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/servicediscovery/Record;

  public io.vertx.servicediscovery.Record setType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // java.lang.String type
         0: .line 202
            aload 0 /* this */
            aload 1 /* type */
            putfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
         1: .line 203
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String type
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/servicediscovery/Record;
            0    2     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  public boolean match(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // io.vertx.core.json.JsonObject filter
         0: .line 213
            aload 1 /* filter */
            invokevirtual io.vertx.core.json.JsonObject.fieldNames:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 18
      StackMap locals: io.vertx.servicediscovery.Record io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* key */
        start local 2 // java.lang.String key
         2: .line 215
            aload 2 /* key */
            dup
            astore 5
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 4
          -1350309703: 3
           -892481550: 4
              3373707: 5
              3575610: 6
              default: 15
          }
      StackMap locals: io.vertx.servicediscovery.Record io.vertx.core.json.JsonObject java.lang.String java.util.Iterator top java.lang.String
      StackMap stack:
         3: aload 5
            ldc "registration"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
            goto 15
      StackMap locals:
      StackMap stack:
         4: aload 5
            ldc "status"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
            goto 15
      StackMap locals:
      StackMap stack:
         5: aload 5
            ldc "name"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            goto 15
      StackMap locals:
      StackMap stack:
         6: aload 5
            ldc "type"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
         7: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.servicediscovery.Record.getName:()Ljava/lang/String;
            aload 1 /* filter */
            ldc "name"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.servicediscovery.Record.match:(Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 4 /* match */
        start local 4 // boolean match
         8: .line 218
            goto 16
        end local 4 // boolean match
         9: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.servicediscovery.Record.getRegistration:()Ljava/lang/String;
            aload 1 /* filter */
            ldc "registration"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.servicediscovery.Record.match:(Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 4 /* match */
        start local 4 // boolean match
        10: .line 221
            goto 16
        end local 4 // boolean match
        11: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.servicediscovery.Record.getStatus:()Lio/vertx/servicediscovery/Status;
            invokevirtual io.vertx.servicediscovery.Status.name:()Ljava/lang/String;
            aload 1 /* filter */
            ldc "status"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.servicediscovery.Record.match:(Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 4 /* match */
        start local 4 // boolean match
        12: .line 224
            goto 16
        end local 4 // boolean match
        13: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.servicediscovery.Record.getType:()Ljava/lang/String;
            aload 1 /* filter */
            ldc "type"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.servicediscovery.Record.match:(Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 4 /* match */
        start local 4 // boolean match
        14: .line 227
            goto 16
        end local 4 // boolean match
        15: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.servicediscovery.Record.getMetadata:()Lio/vertx/core/json/JsonObject;
            aload 2 /* key */
            invokevirtual io.vertx.core.json.JsonObject.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            aload 1 /* filter */
            aload 2 /* key */
            invokevirtual io.vertx.core.json.JsonObject.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            invokevirtual io.vertx.servicediscovery.Record.match:(Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 4 /* match */
        start local 4 // boolean match
        16: .line 234
      StackMap locals: io.vertx.servicediscovery.Record io.vertx.core.json.JsonObject java.lang.String java.util.Iterator int
      StackMap stack:
            iload 4 /* match */
            ifne 18
        17: .line 235
            iconst_0
            ireturn
        end local 4 // boolean match
        end local 2 // java.lang.String key
        18: .line 213
      StackMap locals: io.vertx.servicediscovery.Record io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        19: .line 239
            iconst_1
            ireturn
        end local 1 // io.vertx.core.json.JsonObject filter
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lio/vertx/servicediscovery/Record;
            0   20     1  filter  Lio/vertx/core/json/JsonObject;
            2   18     2     key  Ljava/lang/String;
            8    9     4   match  Z
           10   11     4   match  Z
           12   13     4   match  Z
           14   15     4   match  Z
           16   18     4   match  Z
    MethodParameters:
        Name  Flags
      filter  

  private boolean match(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.Record this
        start local 1 // java.lang.Object actual
        start local 2 // java.lang.Object expected
         0: .line 243
            aload 1 /* actual */
            ifnull 6
         1: .line 244
            ldc "*"
            aload 2 /* expected */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
         2: .line 245
            aload 1 /* actual */
            instanceof java.lang.String
            ifeq 4
         3: .line 246
            aload 1 /* actual */
            checkcast java.lang.String
            aload 2 /* expected */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 1 /* actual */
            aload 2 /* expected */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 243
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // java.lang.Object expected
        end local 1 // java.lang.Object actual
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/servicediscovery/Record;
            0    7     1    actual  Ljava/lang/Object;
            0    7     2  expected  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      actual    
      expected  

  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.servicediscovery.Record this
        start local 1 // java.lang.Object o
         0: .line 257
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 258
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.servicediscovery.Record
            ifne 2
            iconst_0
            ireturn
         2: .line 259
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.servicediscovery.Record
            astore 2 /* other */
        start local 2 // io.vertx.servicediscovery.Record other
         3: .line 260
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
            ifnonnull 4
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
            ifnonnull 16
            goto 5
      StackMap locals: io.vertx.servicediscovery.Record
      StackMap stack:
         4: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
         5: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
            ifnonnull 6
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
            ifnonnull 16
            goto 7
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
         7: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
            ifnonnull 8
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
            ifnonnull 16
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.equals:(Ljava/lang/Object;)Z
            ifeq 16
         9: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
            ifnonnull 10
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
            ifnonnull 16
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.equals:(Ljava/lang/Object;)Z
            ifeq 16
        11: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
            ifnonnull 12
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
            ifnonnull 16
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
        13: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
            ifnonnull 14
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
            ifnonnull 16
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
            aload 2 /* other */
            getfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
            invokevirtual io.vertx.servicediscovery.Status.equals:(Ljava/lang/Object;)Z
            ifeq 16
        15: .line 260
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        16: iconst_0
            ireturn
        end local 2 // io.vertx.servicediscovery.Record other
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lio/vertx/servicediscovery/Record;
            0   17     1      o  Ljava/lang/Object;
            3   17     2  other  Lio/vertx/servicediscovery/Record;
    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.servicediscovery.Record this
         0: .line 273
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 274
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: io.vertx.servicediscovery.Record int
      StackMap stack: int
         2: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: io.vertx.servicediscovery.Record int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 275
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.type:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: io.vertx.servicediscovery.Record int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 276
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
            ifnonnull 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack: int
         8: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.location:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.hashCode:()I
      StackMap locals: io.vertx.servicediscovery.Record int
      StackMap stack: int int
         9: iadd
            istore 1 /* result */
        10: .line 277
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
            ifnonnull 11
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack: int
        11: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.metadata:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.hashCode:()I
      StackMap locals: io.vertx.servicediscovery.Record int
      StackMap stack: int int
        12: iadd
            istore 1 /* result */
        13: .line 278
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
            ifnonnull 14
            iconst_0
            goto 15
      StackMap locals:
      StackMap stack: int
        14: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.registration:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: io.vertx.servicediscovery.Record int
      StackMap stack: int int
        15: iadd
            istore 1 /* result */
        16: .line 279
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
            ifnonnull 17
            iconst_0
            goto 18
      StackMap locals:
      StackMap stack: int
        17: aload 0 /* this */
            getfield io.vertx.servicediscovery.Record.status:Lio/vertx/servicediscovery/Status;
            invokevirtual io.vertx.servicediscovery.Status.hashCode:()I
      StackMap locals: io.vertx.servicediscovery.Record int
      StackMap stack: int int
        18: iadd
            istore 1 /* result */
        19: .line 280
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lio/vertx/servicediscovery/Record;
            1   20     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.servicediscovery.Record this
         0: .line 285
            new java.lang.StringBuilder
            dup
            ldc "Record["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual io.vertx.servicediscovery.Record.toJson:()Lio/vertx/core/json/JsonObject;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.servicediscovery.Record this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/servicediscovery/Record;
}
SourceFile: "Record.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)