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

  private boolean dynamic;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean autoDrained;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.amqp.AmqpSenderOptions this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            iconst_1
            putfield io.vertx.amqp.AmqpSenderOptions.autoDrained:Z
         2: .line 33
            return
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/amqp/AmqpSenderOptions;

  public void <init>(io.vertx.amqp.AmqpSenderOptions);
    descriptor: (Lio/vertx/amqp/AmqpSenderOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.amqp.AmqpSenderOptions this
        start local 1 // io.vertx.amqp.AmqpSenderOptions other
         0: .line 36
            aload 0 /* this */
            invokespecial io.vertx.amqp.AmqpSenderOptions.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.amqp.AmqpSenderOptions.isDynamic:()Z
            invokevirtual io.vertx.amqp.AmqpSenderOptions.setDynamic:(Z)Lio/vertx/amqp/AmqpSenderOptions;
            pop
         2: .line 38
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.amqp.AmqpSenderOptions.getLinkName:()Ljava/lang/String;
            invokevirtual io.vertx.amqp.AmqpSenderOptions.setLinkName:(Ljava/lang/String;)Lio/vertx/amqp/AmqpSenderOptions;
            pop
         3: .line 39
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.amqp.AmqpSenderOptions.isAutoDrained:()Z
            invokevirtual io.vertx.amqp.AmqpSenderOptions.setAutoDrained:(Z)Lio/vertx/amqp/AmqpSenderOptions;
            pop
         4: .line 40
            return
        end local 1 // io.vertx.amqp.AmqpSenderOptions other
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/amqp/AmqpSenderOptions;
            0    5     1  other  Lio/vertx/amqp/AmqpSenderOptions;
    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.amqp.AmqpSenderOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            iconst_1
            putfield io.vertx.amqp.AmqpSenderOptions.autoDrained:Z
         2: .line 44
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.amqp.AmqpSenderOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/amqp/AmqpSenderOptions;)V
         3: .line 45
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/amqp/AmqpSenderOptions;
            0    4     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.amqp.AmqpSenderOptions this
         0: .line 48
            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 49
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.amqp.AmqpSenderOptionsConverter.toJson:(Lio/vertx/amqp/AmqpSenderOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 50
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/amqp/AmqpSenderOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

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

  public io.vertx.amqp.AmqpSenderOptions setLinkName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/amqp/AmqpSenderOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.amqp.AmqpSenderOptions this
        start local 1 // java.lang.String linkName
         0: .line 58
            aload 0 /* this */
            aload 1 /* linkName */
            putfield io.vertx.amqp.AmqpSenderOptions.linkName:Ljava/lang/String;
         1: .line 59
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String linkName
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/amqp/AmqpSenderOptions;
            0    2     1  linkName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      linkName  

  public boolean isDynamic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.amqp.AmqpSenderOptions this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.amqp.AmqpSenderOptions.dynamic:Z
            ireturn
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/amqp/AmqpSenderOptions;

  public io.vertx.amqp.AmqpSenderOptions setDynamic(boolean);
    descriptor: (Z)Lio/vertx/amqp/AmqpSenderOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.amqp.AmqpSenderOptions this
        start local 1 // boolean dynamic
         0: .line 80
            aload 0 /* this */
            iload 1 /* dynamic */
            putfield io.vertx.amqp.AmqpSenderOptions.dynamic:Z
         1: .line 81
            aload 0 /* this */
            areturn
        end local 1 // boolean dynamic
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/amqp/AmqpSenderOptions;
            0    2     1  dynamic  Z
    MethodParameters:
         Name  Flags
      dynamic  

  public boolean isAutoDrained();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.amqp.AmqpSenderOptions this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.amqp.AmqpSenderOptions.autoDrained:Z
            ireturn
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/amqp/AmqpSenderOptions;

  public io.vertx.amqp.AmqpSenderOptions setAutoDrained(boolean);
    descriptor: (Z)Lio/vertx/amqp/AmqpSenderOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.amqp.AmqpSenderOptions this
        start local 1 // boolean autoDrained
         0: .line 104
            aload 0 /* this */
            iload 1 /* autoDrained */
            putfield io.vertx.amqp.AmqpSenderOptions.autoDrained:Z
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // boolean autoDrained
        end local 0 // io.vertx.amqp.AmqpSenderOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/amqp/AmqpSenderOptions;
            0    2     1  autoDrained  Z
    MethodParameters:
             Name  Flags
      autoDrained  
}
SourceFile: "AmqpSenderOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)