public class io.vertx.groovy.ext.web.sstore.SessionStore_GroovyExtension
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.groovy.ext.web.sstore.SessionStore_GroovyExtension
super_class: java.lang.Object
{
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
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/groovy/ext/web/sstore/SessionStore_GroovyExtension;
public static io.vertx.ext.web.sstore.SessionStore init(io.vertx.ext.web.sstore.SessionStore, io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>);
descriptor: (Lio/vertx/ext/web/sstore/SessionStore;Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/ext/web/sstore/SessionStore;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
1: aload 2
ifnull 2
aload 2
invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
goto 3
StackMap locals: io.vertx.ext.web.sstore.SessionStore io.vertx.core.Vertx java.util.Map
StackMap stack: io.vertx.ext.web.sstore.SessionStore io.vertx.core.Vertx
2: aconst_null
3: StackMap locals: io.vertx.ext.web.sstore.SessionStore io.vertx.core.Vertx java.util.Map
StackMap stack: io.vertx.ext.web.sstore.SessionStore io.vertx.core.Vertx io.vertx.core.json.JsonObject
invokeinterface io.vertx.ext.web.sstore.SessionStore.init:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/sstore/SessionStore;
invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
pop
4: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 j_receiver Lio/vertx/ext/web/sstore/SessionStore;
0 5 1 vertx Lio/vertx/core/Vertx;
0 5 2 options Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
Signature: (Lio/vertx/ext/web/sstore/SessionStore;Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/ext/web/sstore/SessionStore;
MethodParameters:
Name Flags
j_receiver
vertx
options
}
SourceFile: "SessionStore_GroovyExtension.java"