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

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

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

  private long createIndex;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long index;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String id;
    descriptor: Ljava/lang/String;
    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.ext.consul.Session this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.consul.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/Session;

  public void <init>(io.vertx.ext.consul.Session);
    descriptor: (Lio/vertx/ext/consul/Session;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.consul.Session this
        start local 1 // io.vertx.ext.consul.Session other
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.Session.lockDelay:J
            putfield io.vertx.ext.consul.Session.lockDelay:J
         2: .line 51
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
            putfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
         3: .line 52
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.Session.checks:Ljava/util/List;
            putfield io.vertx.ext.consul.Session.checks:Ljava/util/List;
         4: .line 53
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.Session.createIndex:J
            putfield io.vertx.ext.consul.Session.createIndex:J
         5: .line 54
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.Session.index:J
            putfield io.vertx.ext.consul.Session.index:J
         6: .line 55
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.ext.consul.Session.id:Ljava/lang/String;
            putfield io.vertx.ext.consul.Session.id:Ljava/lang/String;
         7: .line 56
            return
        end local 1 // io.vertx.ext.consul.Session other
        end local 0 // io.vertx.ext.consul.Session this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/ext/consul/Session;
            0    8     1  other  Lio/vertx/ext/consul/Session;
    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.Session this
        start local 1 // io.vertx.core.json.JsonObject session
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 1 /* session */
            aload 0 /* this */
            invokestatic io.vertx.ext.consul.SessionConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/consul/Session;)V
         2: .line 65
            return
        end local 1 // io.vertx.core.json.JsonObject session
        end local 0 // io.vertx.ext.consul.Session this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/consul/Session;
            0    3     1  session  Lio/vertx/core/json/JsonObject;
    MethodParameters:
         Name  Flags
      session  

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

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

  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.Session this
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.consul.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/consul/Session;

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

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

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

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

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

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

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

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

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

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

  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.Session this
        start local 1 // java.lang.Object o
         0: .line 202
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 203
      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 205
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.ext.consul.Session
            astore 2 /* session */
        start local 2 // io.vertx.ext.consul.Session session
         4: .line 207
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.lockDelay:J
            aload 2 /* session */
            getfield io.vertx.ext.consul.Session.lockDelay:J
            lcmp
            ifeq 5
            iconst_0
            ireturn
         5: .line 208
      StackMap locals: io.vertx.ext.consul.Session
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.createIndex:J
            aload 2 /* session */
            getfield io.vertx.ext.consul.Session.createIndex:J
            lcmp
            ifeq 6
            iconst_0
            ireturn
         6: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.index:J
            aload 2 /* session */
            getfield io.vertx.ext.consul.Session.index:J
            lcmp
            ifeq 7
            iconst_0
            ireturn
         7: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
            ifnull 8
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
            aload 2 /* session */
            getfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 2 /* session */
            getfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
            ifnull 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.checks:Ljava/util/List;
            ifnull 11
            aload 0 /* this */
            invokevirtual io.vertx.ext.consul.Session.sorted:()Ljava/util/List;
            aload 2 /* session */
            invokevirtual io.vertx.ext.consul.Session.sorted:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2 /* session */
            getfield io.vertx.ext.consul.Session.checks:Ljava/util/List;
            ifnull 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        13: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.id:Ljava/lang/String;
            ifnull 14
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.id:Ljava/lang/String;
            aload 2 /* session */
            getfield io.vertx.ext.consul.Session.id:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            goto 16
      StackMap locals:
      StackMap stack:
        14: aload 2 /* session */
            getfield io.vertx.ext.consul.Session.id:Ljava/lang/String;
            ifnonnull 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack:
        15: iconst_0
      StackMap locals:
      StackMap stack: int
        16: ireturn
        end local 2 // io.vertx.ext.consul.Session session
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.consul.Session this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lio/vertx/ext/consul/Session;
            0   17     1        o  Ljava/lang/Object;
            4   17     2  session  Lio/vertx/ext/consul/Session;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.Session this
         0: .line 217
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.lockDelay:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.lockDelay:J
            bipush 32
            lushr
            lxor
            l2i
            istore 1 /* result */
        start local 1 // int result
         1: .line 218
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.node:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 3
      StackMap locals: io.vertx.ext.consul.Session int
      StackMap stack: int
         2: iconst_0
      StackMap locals: io.vertx.ext.consul.Session int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 219
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.checks:Ljava/util/List;
            ifnull 5
            aload 0 /* this */
            invokevirtual io.vertx.ext.consul.Session.sorted:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_0
      StackMap locals: io.vertx.ext.consul.Session int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 220
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.createIndex:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.createIndex:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         8: .line 221
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.index:J
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.index:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         9: .line 222
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.id:Ljava/lang/String;
            ifnull 10
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.id:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 11
      StackMap locals:
      StackMap stack: int
        10: iconst_0
      StackMap locals: io.vertx.ext.consul.Session int
      StackMap stack: int int
        11: iadd
            istore 1 /* result */
        12: .line 223
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.ext.consul.Session this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lio/vertx/ext/consul/Session;
            1   13     1  result  I

  private java.util.List<java.lang.String> sorted();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.ext.consul.Session this
         0: .line 227
            aconst_null
            astore 1 /* sorted */
        start local 1 // java.util.List sorted
         1: .line 228
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.checks:Ljava/util/List;
            ifnull 4
         2: .line 229
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.ext.consul.Session.checks:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* sorted */
         3: .line 230
            aload 1 /* sorted */
            invokedynamic compare()Ljava/util/Comparator;
              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;)I
                  java/lang/String.compareTo(Ljava/lang/String;)I (5)
                  (Ljava/lang/String;Ljava/lang/String;)I
            invokeinterface java.util.List.sort:(Ljava/util/Comparator;)V
         4: .line 232
      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.Session this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/ext/consul/Session;
            1    5     1  sorted  Ljava/util/List<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;
}
SourceFile: "Session.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)