public class io.vertx.redis.op.GeoRadiusOptions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.redis.op.GeoRadiusOptions
super_class: java.lang.Object
{
private boolean withcoord;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean withdist;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean withhash;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private java.lang.Long count;
descriptor: Ljava/lang/Long;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/GeoRadiusOptions;
public void <init>(io.vertx.redis.op.GeoRadiusOptions);
descriptor: (Lio/vertx/redis/op/GeoRadiusOptions;)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
getfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
putfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
2: aload 0
aload 1
getfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
putfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
3: aload 0
aload 1
getfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
putfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
4: aload 0
aload 1
getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
putfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/redis/op/GeoRadiusOptions;
0 6 1 obj Lio/vertx/redis/op/GeoRadiusOptions;
MethodParameters:
Name Flags
obj
public void <init>(io.vertx.core.json.JsonObject);
descriptor: (Lio/vertx/core/json/JsonObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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
ldc "withcoord"
getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
invokevirtual java.lang.Boolean.booleanValue:()Z
putfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
2: aload 0
aload 1
ldc "withdist"
getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
invokevirtual java.lang.Boolean.booleanValue:()Z
putfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
3: aload 0
aload 1
ldc "withhash"
getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
invokevirtual java.lang.Boolean.booleanValue:()Z
putfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
4: aload 0
aload 1
ldc "count"
invokevirtual io.vertx.core.json.JsonObject.getLong:(Ljava/lang/String;)Ljava/lang/Long;
putfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/redis/op/GeoRadiusOptions;
0 6 1 obj Lio/vertx/core/json/JsonObject;
MethodParameters:
Name Flags
obj
public io.vertx.redis.op.GeoRadiusOptions setWithCoord(boolean);
descriptor: (Z)Lio/vertx/redis/op/GeoRadiusOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/GeoRadiusOptions;
0 2 1 bool Z
MethodParameters:
Name Flags
bool
public io.vertx.redis.op.GeoRadiusOptions setWithDist(boolean);
descriptor: (Z)Lio/vertx/redis/op/GeoRadiusOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/GeoRadiusOptions;
0 2 1 bool Z
MethodParameters:
Name Flags
bool
public io.vertx.redis.op.GeoRadiusOptions setWithHash(boolean);
descriptor: (Z)Lio/vertx/redis/op/GeoRadiusOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/GeoRadiusOptions;
0 2 1 bool Z
MethodParameters:
Name Flags
bool
public io.vertx.redis.op.GeoRadiusOptions setCount(java.lang.Long);
descriptor: (Ljava/lang/Long;)Lio/vertx/redis/op/GeoRadiusOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/GeoRadiusOptions;
0 2 1 value Ljava/lang/Long;
MethodParameters:
Name Flags
value
public io.vertx.core.json.JsonObject toJson();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
astore 1
start local 1 1: aload 1
2: ldc "withcoord"
aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
3: ldc "withdist"
aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
4: ldc "withhash"
aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
pop
5: aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
ifnull 7
6: aload 1
ldc "count"
aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Long;)Lio/vertx/core/json/JsonObject;
pop
7: StackMap locals: io.vertx.core.json.JsonObject
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/redis/op/GeoRadiusOptions;
1 8 1 result Lio/vertx/core/json/JsonObject;
public io.vertx.core.json.JsonArray toJsonArray();
descriptor: ()Lio/vertx/core/json/JsonArray;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new io.vertx.core.json.JsonArray
dup
invokespecial io.vertx.core.json.JsonArray.<init>:()V
astore 1
start local 1 1: aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.withcoord:Z
ifeq 3
2: aload 1
ldc "WITHCOORD"
invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
pop
3: StackMap locals: io.vertx.core.json.JsonArray
StackMap stack:
aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.withdist:Z
ifeq 5
4: aload 1
ldc "WITHDIST"
invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
pop
5: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.withhash:Z
ifeq 7
6: aload 1
ldc "WITHHASH"
invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
pop
7: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
ifnull 10
8: aload 1
ldc "COUNT"
invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
pop
9: aload 1
aload 0
getfield io.vertx.redis.op.GeoRadiusOptions.count:Ljava/lang/Long;
invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/Long;)Lio/vertx/core/json/JsonArray;
pop
10: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/redis/op/GeoRadiusOptions;
1 11 1 result Lio/vertx/core/json/JsonArray;
}
SourceFile: "GeoRadiusOptions.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.DataObject()