public class io.vertx.core.cli.TypedArgument<T> extends io.vertx.core.cli.Argument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.cli.TypedArgument
  super_class: io.vertx.core.cli.Argument
{
  protected java.lang.Class<T> type;
    descriptor: Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/lang/Class<TT;>;

  protected io.vertx.core.cli.converters.Converter<T> converter;
    descriptor: Lio/vertx/core/cli/converters/Converter;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lio/vertx/core/cli/converters/Converter<TT;>;

  public void <init>(io.vertx.core.cli.TypedArgument<T>);
    descriptor: (Lio/vertx/core/cli/TypedArgument;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // io.vertx.core.cli.TypedArgument arg
         0: .line 40
            aload 0 /* this */
            aload 1 /* arg */
            invokespecial io.vertx.core.cli.Argument.<init>:(Lio/vertx/core/cli/Argument;)V
         1: .line 41
            aload 0 /* this */
            aload 1 /* arg */
            invokevirtual io.vertx.core.cli.TypedArgument.getType:()Ljava/lang/Class;
            putfield io.vertx.core.cli.TypedArgument.type:Ljava/lang/Class;
         2: .line 42
            aload 0 /* this */
            aload 1 /* arg */
            invokevirtual io.vertx.core.cli.TypedArgument.getConverter:()Lio/vertx/core/cli/converters/Converter;
            putfield io.vertx.core.cli.TypedArgument.converter:Lio/vertx/core/cli/converters/Converter;
         3: .line 43
            return
        end local 1 // io.vertx.core.cli.TypedArgument arg
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    4     1   arg  Lio/vertx/core/cli/TypedArgument<TT;>;
    Signature: (Lio/vertx/core/cli/TypedArgument<TT;>;)V
    MethodParameters:
      Name  Flags
      arg   

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.cli.TypedArgument this
         0: .line 49
            aload 0 /* this */
            invokespecial io.vertx.core.cli.Argument.<init>:()V
         1: .line 50
            return
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/cli/TypedArgument<TT;>;

  public java.lang.Class<T> getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.cli.TypedArgument this
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.core.cli.TypedArgument.type:Ljava/lang/Class;
            areturn
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/cli/TypedArgument<TT;>;
    Signature: ()Ljava/lang/Class<TT;>;

  public io.vertx.core.cli.TypedArgument<T> setType(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // java.lang.Class type
         0: .line 66
            aload 0 /* this */
            aload 1 /* type */
            putfield io.vertx.core.cli.TypedArgument.type:Ljava/lang/Class;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Class type
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  type  Ljava/lang/Class<TT;>;
    Signature: (Ljava/lang/Class<TT;>;)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public io.vertx.core.cli.converters.Converter<T> getConverter();
    descriptor: ()Lio/vertx/core/cli/converters/Converter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.cli.TypedArgument this
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.core.cli.TypedArgument.converter:Lio/vertx/core/cli/converters/Converter;
            areturn
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/cli/TypedArgument<TT;>;
    Signature: ()Lio/vertx/core/cli/converters/Converter<TT;>;

  public io.vertx.core.cli.TypedArgument<T> setConverter(io.vertx.core.cli.converters.Converter<T>);
    descriptor: (Lio/vertx/core/cli/converters/Converter;)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // io.vertx.core.cli.converters.Converter converter
         0: .line 84
            aload 0 /* this */
            aload 1 /* converter */
            putfield io.vertx.core.cli.TypedArgument.converter:Lio/vertx/core/cli/converters/Converter;
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.cli.converters.Converter converter
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  converter  Lio/vertx/core/cli/converters/Converter<TT;>;
    Signature: (Lio/vertx/core/cli/converters/Converter<TT;>;)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
           Name  Flags
      converter  

  public void ensureValidity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.cli.TypedArgument this
         0: .line 95
            aload 0 /* this */
            invokespecial io.vertx.core.cli.Argument.ensureValidity:()V
         1: .line 96
            aload 0 /* this */
            getfield io.vertx.core.cli.TypedArgument.type:Ljava/lang/Class;
            ifnonnull 3
         2: .line 97
            new java.lang.IllegalArgumentException
            dup
            ldc "Type must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/cli/TypedArgument<TT;>;

  public io.vertx.core.cli.TypedArgument<T> setArgName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // java.lang.String argName
         0: .line 103
            aload 0 /* this */
            aload 1 /* argName */
            invokespecial io.vertx.core.cli.Argument.setArgName:(Ljava/lang/String;)Lio/vertx/core/cli/Argument;
            pop
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String argName
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  argName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
         Name  Flags
      argName  

  public io.vertx.core.cli.TypedArgument<T> setDefaultValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // java.lang.String defaultValue
         0: .line 109
            aload 0 /* this */
            aload 1 /* defaultValue */
            invokespecial io.vertx.core.cli.Argument.setDefaultValue:(Ljava/lang/String;)Lio/vertx/core/cli/Argument;
            pop
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String defaultValue
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  defaultValue  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
              Name  Flags
      defaultValue  

  public io.vertx.core.cli.TypedArgument<T> setDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // java.lang.String description
         0: .line 115
            aload 0 /* this */
            aload 1 /* description */
            invokespecial io.vertx.core.cli.Argument.setDescription:(Ljava/lang/String;)Lio/vertx/core/cli/Argument;
            pop
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String description
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  description  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
             Name  Flags
      description  

  public io.vertx.core.cli.TypedArgument<T> setHidden(boolean);
    descriptor: (Z)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // boolean hidden
         0: .line 121
            aload 0 /* this */
            iload 1 /* hidden */
            invokespecial io.vertx.core.cli.Argument.setHidden:(Z)Lio/vertx/core/cli/Argument;
            pop
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // boolean hidden
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  hidden  Z
    Signature: (Z)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
        Name  Flags
      hidden  

  public io.vertx.core.cli.TypedArgument<T> setIndex(int);
    descriptor: (I)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // int index
         0: .line 127
            aload 0 /* this */
            iload 1 /* index */
            invokespecial io.vertx.core.cli.Argument.setIndex:(I)Lio/vertx/core/cli/Argument;
            pop
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // int index
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  index  I
    Signature: (I)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
       Name  Flags
      index  

  public io.vertx.core.cli.TypedArgument<T> setRequired(boolean);
    descriptor: (Z)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // boolean required
         0: .line 133
            aload 0 /* this */
            iload 1 /* required */
            invokespecial io.vertx.core.cli.Argument.setRequired:(Z)Lio/vertx/core/cli/Argument;
            pop
         1: .line 134
            aload 0 /* this */
            areturn
        end local 1 // boolean required
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  required  Z
    Signature: (Z)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
          Name  Flags
      required  

  public io.vertx.core.cli.TypedArgument<T> setMultiValued(boolean);
    descriptor: (Z)Lio/vertx/core/cli/TypedArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.cli.TypedArgument this
        start local 1 // boolean multiValued
         0: .line 139
            aload 0 /* this */
            iload 1 /* multiValued */
            invokespecial io.vertx.core.cli.Argument.setMultiValued:(Z)Lio/vertx/core/cli/Argument;
            pop
         1: .line 140
            aload 0 /* this */
            areturn
        end local 1 // boolean multiValued
        end local 0 // io.vertx.core.cli.TypedArgument this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/cli/TypedArgument<TT;>;
            0    2     1  multiValued  Z
    Signature: (Z)Lio/vertx/core/cli/TypedArgument<TT;>;
    MethodParameters:
             Name  Flags
      multiValued  

  public io.vertx.core.cli.Argument setRequired(boolean);
    descriptor: (Z)Lio/vertx/core/cli/Argument;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.cli.TypedArgument.setRequired:(Z)Lio/vertx/core/cli/TypedArgument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.cli.Argument setIndex(int);
    descriptor: (I)Lio/vertx/core/cli/Argument;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.cli.TypedArgument.setIndex:(I)Lio/vertx/core/cli/TypedArgument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.cli.Argument setHidden(boolean);
    descriptor: (Z)Lio/vertx/core/cli/Argument;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.cli.TypedArgument.setHidden:(Z)Lio/vertx/core/cli/TypedArgument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.cli.Argument setDefaultValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/cli/Argument;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.cli.TypedArgument.setDefaultValue:(Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.cli.Argument setDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/cli/Argument;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.cli.TypedArgument.setDescription:(Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.cli.Argument setArgName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/cli/Argument;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.cli.TypedArgument.setArgName:(Ljava/lang/String;)Lio/vertx/core/cli/TypedArgument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.cli.Argument setMultiValued(boolean);
    descriptor: (Z)Lio/vertx/core/cli/Argument;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.cli.TypedArgument.setMultiValued:(Z)Lio/vertx/core/cli/TypedArgument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lio/vertx/core/cli/Argument;
SourceFile: "TypedArgument.java"