public class io.vertx.ext.web.api.impl.RequestParameterImpl implements io.vertx.ext.web.api.RequestParameter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.api.impl.RequestParameterImpl
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.ext.web.api.impl.RequestParameterImpl.name:Ljava/lang/String;
         2: .line 22
            aload 0 /* this */
            aload 2 /* value */
            putfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
         3: .line 23
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
            0    4     1   name  Ljava/lang/String;
            0    4     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.ext.web.api.RequestParameter merge(io.vertx.ext.web.api.RequestParameter);
    descriptor: (Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/ext/web/api/RequestParameter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
        start local 1 // io.vertx.ext.web.api.RequestParameter mergingObj
         0: .line 27
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isArray:()Z
            ifeq 3
            aload 1 /* mergingObj */
            invokeinterface io.vertx.ext.web.api.RequestParameter.isArray:()Z
            ifeq 3
         1: .line 28
            aload 1 /* mergingObj */
            invokeinterface io.vertx.ext.web.api.RequestParameter.getArray:()Ljava/util/List;
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.getArray:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 29
            goto 11
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isObject:()Z
            ifeq 11
            aload 1 /* mergingObj */
            invokeinterface io.vertx.ext.web.api.RequestParameter.isObject:()Z
            ifeq 11
         4: .line 30
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* map */
        start local 2 // java.util.Map map
         5: .line 31
            aload 2 /* map */
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.util.Map
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         6: .line 32
            aload 1 /* mergingObj */
            invokeinterface io.vertx.ext.web.api.RequestParameter.getObjectKeys:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: io.vertx.ext.web.api.impl.RequestParameterImpl io.vertx.ext.web.api.RequestParameter java.util.Map top java.util.Iterator
      StackMap stack:
         7: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* key */
        start local 3 // java.lang.String key
         8: .line 33
            aload 2 /* map */
            aload 3 /* key */
            aload 1 /* mergingObj */
            aload 3 /* key */
            invokeinterface io.vertx.ext.web.api.RequestParameter.getObjectValue:(Ljava/lang/String;)Lio/vertx/ext/web/api/RequestParameter;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.lang.String key
         9: .line 32
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 34
            aload 1 /* mergingObj */
            aload 2 /* map */
            invokeinterface io.vertx.ext.web.api.RequestParameter.setValue:(Ljava/lang/Object;)V
        end local 2 // java.util.Map map
        11: .line 36
      StackMap locals: io.vertx.ext.web.api.impl.RequestParameterImpl io.vertx.ext.web.api.RequestParameter
      StackMap stack:
            aload 1 /* mergingObj */
            areturn
        end local 1 // io.vertx.ext.web.api.RequestParameter mergingObj
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
            0   12     1  mergingObj  Lio/vertx/ext/web/api/RequestParameter;
            5   11     2         map  Ljava/util/Map<Ljava/lang/String;Lio/vertx/ext/web/api/RequestParameter;>;
            8    9     3         key  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      mergingObj  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
        start local 1 // java.lang.String name
         0: .line 40
            aload 0 /* this */
            aload 1 /* name */
            aconst_null
            invokespecial io.vertx.ext.web.api.impl.RequestParameterImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 41
            return
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 44
            aload 0 /* this */
            aconst_null
            aconst_null
            invokespecial io.vertx.ext.web.api.impl.RequestParameterImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 45
            return
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  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.ext.web.api.impl.RequestParameterImpl this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public void setName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
        start local 1 // java.lang.String name
         0: .line 54
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.ext.web.api.impl.RequestParameterImpl.name:Ljava/lang/String;
         1: .line 55
            return
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
        start local 1 // java.lang.Object value
         0: .line 59
            aload 0 /* this */
            aload 1 /* value */
            putfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
         1: .line 60
            return
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
            0    2     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.util.List<java.lang.String> getObjectKeys();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 66
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isObject:()Z
            ifeq 1
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.util.Map
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.util.ArrayList
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public io.vertx.ext.web.api.RequestParameter getObjectValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/api/RequestParameter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
        start local 1 // java.lang.String key
         0: .line 71
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isObject:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.util.Map
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.RequestParameter
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.ext.web.api.RequestParameter
         2: areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
            0    3     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public boolean isObject();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 76
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof java.util.Map
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.util.List<io.vertx.ext.web.api.RequestParameter> getArray();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 81
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isArray:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.util.List
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.util.List
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    Signature: ()Ljava/util/List<Lio/vertx/ext/web/api/RequestParameter;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 86
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof java.util.List
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.lang.String getString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 91
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isString:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.lang.String
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isString();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 96
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof java.lang.String
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.lang.Integer getInteger();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 101
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isInteger:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.lang.Integer
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Integer
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isInteger();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 106
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof java.lang.Integer
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.lang.Long getLong();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 111
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isLong:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.lang.Long
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Long
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isLong();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 116
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof java.lang.Long
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.lang.Float getFloat();
    descriptor: ()Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 121
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isFloat:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.lang.Float
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Float
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isFloat();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 126
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof java.lang.Float
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.lang.Double getDouble();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 131
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isDouble:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.lang.Double
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Double
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isDouble();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 136
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof java.lang.Double
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.lang.Boolean getBoolean();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 141
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isBoolean:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.lang.Boolean
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 146
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof java.lang.Boolean
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public io.vertx.core.json.JsonObject getJsonObject();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 151
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isJsonObject:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.json.JsonObject
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isJsonObject();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 156
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof io.vertx.core.json.JsonObject
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public io.vertx.core.json.JsonArray getJsonArray();
    descriptor: ()Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 161
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isJsonArray:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonArray
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.json.JsonArray
         2: areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean isJsonArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 166
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ifne 1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            instanceof io.vertx.core.json.JsonArray
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public boolean isNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 171
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 176
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isNull:()Z
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.lang.Object toJson();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 181
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isArray:()Z
            ifeq 2
         1: .line 182
            new io.vertx.core.json.JsonArray
            dup
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.getArray:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            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/web/api/RequestParameter.toJson()Ljava/lang/Object; (9 itf)
                  (Lio/vertx/ext/web/api/RequestParameter;)Ljava/lang/Object;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            invokespecial io.vertx.core.json.JsonArray.<init>:(Ljava/util/List;)V
            areturn
         2: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.impl.RequestParameterImpl.isObject:()Z
            ifeq 11
         3: .line 184
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            checkcast java.util.Map
         4: .line 185
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
         5: .line 186
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
         6: .line 188
            invokedynamic get()Ljava/util/function/Supplier;
              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;
                  io/vertx/core/json/JsonObject.<init>()V (8)
                  ()Lio/vertx/core/json/JsonObject;
         7: .line 189
            invokedynamic accept()Ljava/util/function/BiConsumer;
              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;)V
                  io/vertx/ext/web/api/impl/RequestParameterImpl.lambda$2(Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V (6)
                  (Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V
         8: .line 190
            invokedynamic apply()Ljava/util/function/BinaryOperator;
              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;)Ljava/lang/Object;
                  io/vertx/core/json/JsonObject.mergeIn(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject; (5)
                  (Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            iconst_0
            anewarray java.util.stream.Collector$Characteristics
         9: .line 187
            invokestatic java.util.stream.Collector.of:(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
        10: .line 184
            areturn
        11: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 198
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  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.ext.web.api.impl.RequestParameterImpl this
        start local 1 // java.lang.Object o
         0: .line 203
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 204
      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.web.api.impl.RequestParameterImpl
            astore 2 /* that */
        start local 2 // io.vertx.ext.web.api.impl.RequestParameterImpl that
         4: .line 206
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.name:Ljava/lang/String;
            aload 2 /* that */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.name:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         5: .line 207
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            aload 2 /* that */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         6: .line 206
            iconst_1
            ireturn
      StackMap locals: io.vertx.ext.web.api.impl.RequestParameterImpl
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // io.vertx.ext.web.api.impl.RequestParameterImpl that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
            0    8     1     o  Ljava/lang/Object;
            4    8     2  that  Lio/vertx/ext/web/api/impl/RequestParameterImpl;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
         0: .line 212
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.name:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield io.vertx.ext.web.api.impl.RequestParameterImpl.value:Ljava/lang/Object;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // io.vertx.ext.web.api.impl.RequestParameterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/impl/RequestParameterImpl;

  private static void lambda$2(io.vertx.core.json.JsonObject, java.util.Map$Entry);
    descriptor: (Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.json.JsonObject j
        start local 1 // java.util.Map$Entry e
         0: .line 189
            aload 0 /* j */
            aload 1 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.api.RequestParameter
            invokeinterface io.vertx.ext.web.api.RequestParameter.toJson:()Ljava/lang/Object;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            return
        end local 1 // java.util.Map$Entry e
        end local 0 // io.vertx.core.json.JsonObject j
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     j  Lio/vertx/core/json/JsonObject;
            0    1     1     e  Ljava/util/Map$Entry<Ljava/lang/String;Lio/vertx/ext/web/api/RequestParameter;>;
}
SourceFile: "RequestParameterImpl.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
  public final Characteristics = java.util.stream.Collector$Characteristics of java.util.stream.Collector