public class org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment extends org.springframework.core.env.StandardEnvironment implements org.springframework.boot.web.reactive.context.ConfigurableReactiveWebEnvironment
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
super_class: org.springframework.core.env.StandardEnvironment
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment this
0: .line 30
aload 0 /* this */
invokespecial org.springframework.core.env.StandardEnvironment.<init>:()V
return
end local 0 // org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/reactive/context/StandardReactiveWebEnvironment;
}
SourceFile: "StandardReactiveWebEnvironment.java"