public class io.vertx.reactivex.ext.web.api.RequestParameter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.reactivex.ext.web.api.RequestParameter
super_class: java.lang.Object
{
public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.api.RequestParameter> __TYPE_ARG;
descriptor: Lio/vertx/lang/rx/TypeArg;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/web/api/RequestParameter;>;
private final io.vertx.ext.web.api.RequestParameter delegate;
descriptor: Lio/vertx/ext/web/api/RequestParameter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.api.RequestParameter> TYPE_ARG_0;
descriptor: Lio/vertx/lang/rx/TypeArg;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/web/api/RequestParameter;>;
private java.lang.Object cached_0;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new io.vertx.lang.rx.TypeArg
dup
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/reactivex/ext/web/api/RequestParameter.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
(Ljava/lang/Object;)Ljava/lang/Object;
1: 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/reactivex/ext/web/api/RequestParameter.getDelegate()Lio/vertx/ext/web/api/RequestParameter; (5)
(Lio/vertx/reactivex/ext/web/api/RequestParameter;)Ljava/lang/Object;
2: invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
putstatic io.vertx.reactivex.ext.web.api.RequestParameter.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
3: new io.vertx.lang.rx.TypeArg
dup
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/reactivex/ext/web/api/RequestParameter.lambda$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
(Ljava/lang/Object;)Ljava/lang/Object;
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/reactivex/ext/web/api/RequestParameter.lambda$3(Lio/vertx/reactivex/ext/web/api/RequestParameter;)Ljava/lang/Object; (6)
(Lio/vertx/reactivex/ext/web/api/RequestParameter;)Ljava/lang/Object;
invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
putstatic io.vertx.reactivex.ext.web.api.RequestParameter.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
return
LocalVariableTable:
Start End Slot Name Signature
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
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 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.reactivex.ext.web.api.RequestParameter
astore 2
start local 2 4: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
aload 2
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
0 5 1 o Ljava/lang/Object;
4 5 2 that Lio/vertx/reactivex/ext/web/api/RequestParameter;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
public void <init>(io.vertx.ext.web.api.RequestParameter);
descriptor: (Lio/vertx/ext/web/api/RequestParameter;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
0 3 1 delegate Lio/vertx/ext/web/api/RequestParameter;
MethodParameters:
Name Flags
delegate
public void <init>(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
checkcast io.vertx.ext.web.api.RequestParameter
putfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
0 3 1 delegate Ljava/lang/Object;
MethodParameters:
Name Flags
delegate
public io.vertx.ext.web.api.RequestParameter getDelegate();
descriptor: ()Lio/vertx/ext/web/api/RequestParameter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
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 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
aload 1
invokeinterface io.vertx.ext.web.api.RequestParameter.setName:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
0 2 1 name Ljava/lang/String;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
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 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
aload 1
invokeinterface io.vertx.ext.web.api.RequestParameter.setValue:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
0 2 1 value Ljava/lang/Object;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
value
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getName:()Ljava/lang/String;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/lang/String;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.util.List<java.lang.String> getObjectKeys();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getObjectKeys:()Ljava/util/List;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/util/List<Ljava/lang/String;>;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.vertx.reactivex.ext.web.api.RequestParameter getObjectValue(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
aload 1
invokeinterface io.vertx.ext.web.api.RequestParameter.getObjectValue:(Ljava/lang/String;)Lio/vertx/ext/web/api/RequestParameter;
invokestatic io.vertx.reactivex.ext.web.api.RequestParameter.newInstance:(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
0 2 1 key Ljava/lang/String;
1 2 2 ret Lio/vertx/reactivex/ext/web/api/RequestParameter;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
key
public boolean isObject();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isObject:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.util.List<io.vertx.reactivex.ext.web.api.RequestParameter> getArray();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.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/reactivex/ext/web/api/RequestParameter.lambda$4(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter; (6)
(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
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
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/util/List<Lio/vertx/reactivex/ext/web/api/RequestParameter;>;
Signature: ()Ljava/util/List<Lio/vertx/reactivex/ext/web/api/RequestParameter;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isArray();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isArray:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.String getString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getString:()Ljava/lang/String;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/lang/String;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isString();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isString:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Integer getInteger();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getInteger:()Ljava/lang/Integer;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/lang/Integer;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isInteger();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isInteger:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Long getLong();
descriptor: ()Ljava/lang/Long;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getLong:()Ljava/lang/Long;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/lang/Long;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isLong();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isLong:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Float getFloat();
descriptor: ()Ljava/lang/Float;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getFloat:()Ljava/lang/Float;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/lang/Float;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isFloat();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isFloat:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Double getDouble();
descriptor: ()Ljava/lang/Double;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getDouble:()Ljava/lang/Double;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/lang/Double;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isDouble();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isDouble:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Boolean getBoolean();
descriptor: ()Ljava/lang/Boolean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getBoolean:()Ljava/lang/Boolean;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Ljava/lang/Boolean;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isBoolean();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isBoolean:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.vertx.core.json.JsonObject getJsonObject();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getJsonObject:()Lio/vertx/core/json/JsonObject;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Lio/vertx/core/json/JsonObject;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isJsonObject();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isJsonObject:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.vertx.core.json.JsonArray getJsonArray();
descriptor: ()Lio/vertx/core/json/JsonArray;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.getJsonArray:()Lio/vertx/core/json/JsonArray;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Lio/vertx/core/json/JsonArray;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isJsonArray();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isJsonArray:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isNull();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isNull:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.isEmpty:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 1 ret Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Object toJson();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.cached_0:Ljava/lang/Object;
ifnull 2
1: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.cached_0:Ljava/lang/Object;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.toJson:()Ljava/lang/Object;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.reactivex.ext.web.api.RequestParameter.cached_0:Ljava/lang/Object;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
3 5 1 ret Ljava/lang/Object;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.vertx.reactivex.ext.web.api.RequestParameter merge(io.vertx.reactivex.ext.web.api.RequestParameter);
descriptor: (Lio/vertx/reactivex/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.web.api.RequestParameter.delegate:Lio/vertx/ext/web/api/RequestParameter;
aload 1
invokevirtual io.vertx.reactivex.ext.web.api.RequestParameter.getDelegate:()Lio/vertx/ext/web/api/RequestParameter;
invokeinterface io.vertx.ext.web.api.RequestParameter.merge:(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/ext/web/api/RequestParameter;
invokestatic io.vertx.reactivex.ext.web.api.RequestParameter.newInstance:(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/web/api/RequestParameter;
0 2 1 otherParameter Lio/vertx/reactivex/ext/web/api/RequestParameter;
1 2 2 ret Lio/vertx/reactivex/ext/web/api/RequestParameter;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
otherParameter
public static io.vertx.reactivex.ext.web.api.RequestParameter create(java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic io.vertx.ext.web.api.RequestParameter.create:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/api/RequestParameter;
invokestatic io.vertx.reactivex.ext.web.api.RequestParameter.newInstance:(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 name Ljava/lang/String;
0 2 1 value Ljava/lang/Object;
1 2 2 ret Lio/vertx/reactivex/ext/web/api/RequestParameter;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
name
value
public static io.vertx.reactivex.ext.web.api.RequestParameter create(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokestatic io.vertx.ext.web.api.RequestParameter.create:(Ljava/lang/Object;)Lio/vertx/ext/web/api/RequestParameter;
invokestatic io.vertx.reactivex.ext.web.api.RequestParameter.newInstance:(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value Ljava/lang/Object;
1 2 1 ret Lio/vertx/reactivex/ext/web/api/RequestParameter;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
value
public static io.vertx.reactivex.ext.web.api.RequestParameter newInstance(io.vertx.ext.web.api.RequestParameter);
descriptor: (Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnull 1
new io.vertx.reactivex.ext.web.api.RequestParameter
dup
aload 0
invokespecial io.vertx.reactivex.ext.web.api.RequestParameter.<init>:(Lio/vertx/ext/web/api/RequestParameter;)V
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: io.vertx.reactivex.ext.web.api.RequestParameter
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg Lio/vertx/ext/web/api/RequestParameter;
MethodParameters:
Name Flags
arg
private static java.lang.Object lambda$0(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.reactivex.ext.web.api.RequestParameter
dup
aload 0
checkcast io.vertx.ext.web.api.RequestParameter
invokespecial io.vertx.reactivex.ext.web.api.RequestParameter.<init>:(Lio/vertx/ext/web/api/RequestParameter;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 obj Ljava/lang/Object;
private static java.lang.Object lambda$2(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
checkcast io.vertx.ext.web.api.RequestParameter
invokestatic io.vertx.reactivex.ext.web.api.RequestParameter.newInstance:(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 o1 Ljava/lang/Object;
private static java.lang.Object lambda$3(io.vertx.reactivex.ext.web.api.RequestParameter);
descriptor: (Lio/vertx/reactivex/ext/web/api/RequestParameter;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.vertx.reactivex.ext.web.api.RequestParameter.getDelegate:()Lio/vertx/ext/web/api/RequestParameter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 o1 Lio/vertx/reactivex/ext/web/api/RequestParameter;
private static io.vertx.reactivex.ext.web.api.RequestParameter lambda$4(io.vertx.ext.web.api.RequestParameter);
descriptor: (Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.vertx.reactivex.ext.web.api.RequestParameter.newInstance:(Lio/vertx/ext/web/api/RequestParameter;)Lio/vertx/reactivex/ext/web/api/RequestParameter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 elt Lio/vertx/ext/web/api/RequestParameter;
}
SourceFile: "RequestParameter.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
RuntimeVisibleAnnotations:
io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/api/RequestParameter;)