public class io.vertx.redis.op.MigrateOptions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.redis.op.MigrateOptions
super_class: java.lang.Object
{
public static final io.vertx.redis.op.MigrateOptions NONE;
descriptor: Lio/vertx/redis/op/MigrateOptions;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
java.lang.Boolean copy;
descriptor: Ljava/lang/Boolean;
flags: (0x0000)
java.lang.Boolean replace;
descriptor: Ljava/lang/Boolean;
flags: (0x0000)
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.vertx.redis.op.MigrateOptions
dup
invokespecial io.vertx.redis.op.MigrateOptions.<init>:()V
putstatic io.vertx.redis.op.MigrateOptions.NONE:Lio/vertx/redis/op/MigrateOptions;
return
LocalVariableTable:
Start End Slot Name Signature
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/MigrateOptions;
public void <init>(io.vertx.redis.op.MigrateOptions);
descriptor: (Lio/vertx/redis/op/MigrateOptions;)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.MigrateOptions.copy:Ljava/lang/Boolean;
putfield io.vertx.redis.op.MigrateOptions.copy:Ljava/lang/Boolean;
2: aload 0
aload 1
getfield io.vertx.redis.op.MigrateOptions.replace:Ljava/lang/Boolean;
putfield io.vertx.redis.op.MigrateOptions.replace:Ljava/lang/Boolean;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/redis/op/MigrateOptions;
0 4 1 obj Lio/vertx/redis/op/MigrateOptions;
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=3, 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 "copy"
invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;)Ljava/lang/Boolean;
putfield io.vertx.redis.op.MigrateOptions.copy:Ljava/lang/Boolean;
2: aload 0
aload 1
ldc "replace"
invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;)Ljava/lang/Boolean;
putfield io.vertx.redis.op.MigrateOptions.replace:Ljava/lang/Boolean;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/redis/op/MigrateOptions;
0 4 1 json Lio/vertx/core/json/JsonObject;
MethodParameters:
Name Flags
json
public io.vertx.redis.op.MigrateOptions setCopy(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lio/vertx/redis/op/MigrateOptions;
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.MigrateOptions.copy:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/MigrateOptions;
0 2 1 copy Ljava/lang/Boolean;
MethodParameters:
Name Flags
copy
public io.vertx.redis.op.MigrateOptions setReplace(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lio/vertx/redis/op/MigrateOptions;
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.MigrateOptions.replace:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/MigrateOptions;
0 2 1 replace Ljava/lang/Boolean;
MethodParameters:
Name Flags
replace
public io.vertx.redis.op.MigrateOptions useCopy();
descriptor: ()Lio/vertx/redis/op/MigrateOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
putfield io.vertx.redis.op.MigrateOptions.copy:Ljava/lang/Boolean;
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/MigrateOptions;
public io.vertx.redis.op.MigrateOptions useReplace();
descriptor: ()Lio/vertx/redis/op/MigrateOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
putfield io.vertx.redis.op.MigrateOptions.replace:Ljava/lang/Boolean;
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/redis/op/MigrateOptions;
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 0
getfield io.vertx.redis.op.MigrateOptions.copy:Ljava/lang/Boolean;
ifnull 3
2: aload 1
ldc "copy"
aload 0
getfield io.vertx.redis.op.MigrateOptions.copy:Ljava/lang/Boolean;
invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
pop
3: StackMap locals: io.vertx.core.json.JsonObject
StackMap stack:
aload 0
getfield io.vertx.redis.op.MigrateOptions.replace:Ljava/lang/Boolean;
ifnull 5
4: aload 1
ldc "replace"
aload 0
getfield io.vertx.redis.op.MigrateOptions.replace:Ljava/lang/Boolean;
invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Boolean;)Lio/vertx/core/json/JsonObject;
pop
5: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/redis/op/MigrateOptions;
1 6 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.MigrateOptions.copy:Ljava/lang/Boolean;
ifnull 3
aload 0
getfield io.vertx.redis.op.MigrateOptions.copy:Ljava/lang/Boolean;
invokevirtual java.lang.Boolean.booleanValue:()Z
ifeq 3
2: aload 1
ldc "COPY"
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.MigrateOptions.replace:Ljava/lang/Boolean;
ifnull 5
aload 0
getfield io.vertx.redis.op.MigrateOptions.replace:Ljava/lang/Boolean;
invokevirtual java.lang.Boolean.booleanValue:()Z
ifeq 5
4: aload 1
ldc "REPLACE"
invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
pop
5: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/redis/op/MigrateOptions;
1 6 1 result Lio/vertx/core/json/JsonArray;
}
SourceFile: "MigrateOptions.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.DataObject()