public class io.vertx.groovy.ext.stomp.StompServerConnection_GroovyExtension
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.groovy.ext.stomp.StompServerConnection_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/stomp/StompServerConnection_GroovyExtension;
public static io.vertx.ext.stomp.StompServerConnection write(io.vertx.ext.stomp.StompServerConnection, java.util.Map<java.lang.String, java.lang.Object>);
descriptor: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map;)Lio/vertx/ext/stomp/StompServerConnection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ifnull 1
new io.vertx.ext.stomp.Frame
dup
aload 1
invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/core/json/JsonObject;)V
goto 2
StackMap locals:
StackMap stack: io.vertx.ext.stomp.StompServerConnection
1: aconst_null
StackMap locals: io.vertx.ext.stomp.StompServerConnection java.util.Map
StackMap stack: io.vertx.ext.stomp.StompServerConnection io.vertx.ext.stomp.Frame
2: invokeinterface io.vertx.ext.stomp.StompServerConnection.write:(Lio/vertx/ext/stomp/Frame;)Lio/vertx/ext/stomp/StompServerConnection;
invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
pop
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 j_receiver Lio/vertx/ext/stomp/StompServerConnection;
0 4 1 frame Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
Signature: (Lio/vertx/ext/stomp/StompServerConnection;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/ext/stomp/StompServerConnection;
MethodParameters:
Name Flags
j_receiver
frame
}
SourceFile: "StompServerConnection_GroovyExtension.java"