public class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext extends org.springframework.context.support.GenericApplicationContext implements org.springframework.boot.web.reactive.context.ConfigurableReactiveWebApplicationContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
  super_class: org.springframework.context.support.GenericApplicationContext
{
  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.GenericReactiveWebApplicationContext this
         0: .line 39
            aload 0 /* this */
            invokespecial org.springframework.context.support.GenericApplicationContext.<init>:()V
         1: .line 40
            return
        end local 0 // org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/web/reactive/context/GenericReactiveWebApplicationContext;

  public void <init>(org.springframework.beans.factory.support.DefaultListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext this
        start local 1 // org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory
         0: .line 50
            aload 0 /* this */
            aload 1 /* beanFactory */
            invokespecial org.springframework.context.support.GenericApplicationContext.<init>:(Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V
         1: .line 51
            return
        end local 1 // org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory
        end local 0 // org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/boot/web/reactive/context/GenericReactiveWebApplicationContext;
            0    2     1  beanFactory  Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
    MethodParameters:
             Name  Flags
      beanFactory  

  protected org.springframework.core.env.ConfigurableEnvironment createEnvironment();
    descriptor: ()Lorg/springframework/core/env/ConfigurableEnvironment;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext this
         0: .line 55
            new org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
            dup
            invokespecial org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment.<init>:()V
            areturn
        end local 0 // org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/context/GenericReactiveWebApplicationContext;

  protected org.springframework.core.io.Resource getResourceByPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/core/io/Resource;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext this
        start local 1 // java.lang.String path
         0: .line 61
            new org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResource
            dup
            aload 1 /* path */
            invokespecial org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResource.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String path
        end local 0 // org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/context/GenericReactiveWebApplicationContext;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "GenericReactiveWebApplicationContext.java"