class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7 implements java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.util.Locale>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7
super_class: java.lang.Object
{
final io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler this$0;
descriptor: Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.function.Function val$factory;
descriptor: Ljava/util/function/Function;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler, java.util.function.Function);
descriptor: (Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;Ljava/util/function/Function;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7.this$0:Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
aload 0
aload 2
putfield io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7.val$factory:Ljava/util/function/Function;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler$7;
MethodParameters:
Name Flags
this$0 final
val$factory final
public java.util.Locale apply(io.vertx.ext.web.handler.graphql.ApolloWSMessage);
descriptor: (Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Ljava/util/Locale;
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.handler.graphql.ApolloWSHandler$7.val$factory:Ljava/util/function/Function;
aload 1
invokestatic io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage.newInstance:(Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSMessage;
invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.Locale
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/handler/graphql/ApolloWSHandler$7;
0 2 1 arg Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;
1 2 2 ret Ljava/util/Locale;
MethodParameters:
Name Flags
arg
public java.lang.Object apply(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.ext.web.handler.graphql.ApolloWSMessage
invokevirtual io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7.apply:(Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Ljava/util/Locale;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/util/Locale;>;
SourceFile: "ApolloWSHandler.java"
EnclosingMethod: io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler.locale:(Ljava/util/function/Function;)Lio/vertx/reactivex/ext/web/handler/graphql/ApolloWSHandler;
NestHost: io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
InnerClasses:
io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler$7