public class org.springframework.context.support.GenericApplicationContext extends org.springframework.context.support.AbstractApplicationContext implements org.springframework.beans.factory.support.BeanDefinitionRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.context.support.GenericApplicationContext
  super_class: org.springframework.context.support.AbstractApplicationContext
{
  private final org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory;
    descriptor: Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.core.io.ResourceLoader resourceLoader;
    descriptor: Lorg/springframework/core/io/ResourceLoader;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private boolean customClassLoader;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.util.concurrent.atomic.AtomicBoolean refreshed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.context.support.GenericApplicationContext this
         0: .line 111
            aload 0 /* this */
            invokespecial org.springframework.context.support.AbstractApplicationContext.<init>:()V
         1: .line 101
            aload 0 /* this */
            iconst_0
            putfield org.springframework.context.support.GenericApplicationContext.customClassLoader:Z
         2: .line 103
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield org.springframework.context.support.GenericApplicationContext.refreshed:Ljava/util/concurrent/atomic/AtomicBoolean;
         3: .line 112
            aload 0 /* this */
            new org.springframework.beans.factory.support.DefaultListableBeanFactory
            dup
            invokespecial org.springframework.beans.factory.support.DefaultListableBeanFactory.<init>:()V
            putfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
         4: .line 113
            return
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/context/support/GenericApplicationContext;

  public void <init>(org.springframework.beans.factory.support.DefaultListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory
         0: .line 121
            aload 0 /* this */
            invokespecial org.springframework.context.support.AbstractApplicationContext.<init>:()V
         1: .line 101
            aload 0 /* this */
            iconst_0
            putfield org.springframework.context.support.GenericApplicationContext.customClassLoader:Z
         2: .line 103
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield org.springframework.context.support.GenericApplicationContext.refreshed:Ljava/util/concurrent/atomic/AtomicBoolean;
         3: .line 122
            aload 1 /* beanFactory */
            ldc "BeanFactory must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         4: .line 123
            aload 0 /* this */
            aload 1 /* beanFactory */
            putfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
         5: .line 124
            return
        end local 1 // org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/springframework/context/support/GenericApplicationContext;
            0    6     1  beanFactory  Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
    MethodParameters:
             Name  Flags
      beanFactory  

  public void <init>(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // org.springframework.context.ApplicationContext parent
         0: .line 133
            aload 0 /* this */
            invokespecial org.springframework.context.support.GenericApplicationContext.<init>:()V
         1: .line 134
            aload 0 /* this */
            aload 1 /* parent */
            invokevirtual org.springframework.context.support.GenericApplicationContext.setParent:(Lorg/springframework/context/ApplicationContext;)V
         2: .line 135
            return
        end local 1 // org.springframework.context.ApplicationContext parent
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/context/support/GenericApplicationContext;
            0    3     1  parent  Lorg/springframework/context/ApplicationContext;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      parent  

  public void <init>(org.springframework.beans.factory.support.DefaultListableBeanFactory, org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory
        start local 2 // org.springframework.context.ApplicationContext parent
         0: .line 145
            aload 0 /* this */
            aload 1 /* beanFactory */
            invokespecial org.springframework.context.support.GenericApplicationContext.<init>:(Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V
         1: .line 146
            aload 0 /* this */
            aload 2 /* parent */
            invokevirtual org.springframework.context.support.GenericApplicationContext.setParent:(Lorg/springframework/context/ApplicationContext;)V
         2: .line 147
            return
        end local 2 // org.springframework.context.ApplicationContext parent
        end local 1 // org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/context/support/GenericApplicationContext;
            0    3     1  beanFactory  Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            0    3     2       parent  Lorg/springframework/context/ApplicationContext;
    MethodParameters:
             Name  Flags
      beanFactory  
      parent       

  public void setParent(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // org.springframework.context.ApplicationContext parent
         0: .line 157
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.springframework.context.support.AbstractApplicationContext.setParent:(Lorg/springframework/context/ApplicationContext;)V
         1: .line 158
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 0 /* this */
            invokevirtual org.springframework.context.support.GenericApplicationContext.getInternalParentBeanFactory:()Lorg/springframework/beans/factory/BeanFactory;
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.setParentBeanFactory:(Lorg/springframework/beans/factory/BeanFactory;)V
         2: .line 159
            return
        end local 1 // org.springframework.context.ApplicationContext parent
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/context/support/GenericApplicationContext;
            0    3     1  parent  Lorg/springframework/context/ApplicationContext;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      parent  

  public void setAllowBeanDefinitionOverriding(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // boolean allowBeanDefinitionOverriding
         0: .line 169
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            iload 1 /* allowBeanDefinitionOverriding */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.setAllowBeanDefinitionOverriding:(Z)V
         1: .line 170
            return
        end local 1 // boolean allowBeanDefinitionOverriding
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    2     0                           this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1  allowBeanDefinitionOverriding  Z
    MethodParameters:
                               Name  Flags
      allowBeanDefinitionOverriding  

  public void setAllowCircularReferences(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // boolean allowCircularReferences
         0: .line 181
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            iload 1 /* allowCircularReferences */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.setAllowCircularReferences:(Z)V
         1: .line 182
            return
        end local 1 // boolean allowCircularReferences
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1  allowCircularReferences  Z
    MethodParameters:
                         Name  Flags
      allowCircularReferences  

  public void setResourceLoader(org.springframework.core.io.ResourceLoader);
    descriptor: (Lorg/springframework/core/io/ResourceLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // org.springframework.core.io.ResourceLoader resourceLoader
         0: .line 203
            aload 0 /* this */
            aload 1 /* resourceLoader */
            putfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
         1: .line 204
            return
        end local 1 // org.springframework.core.io.ResourceLoader resourceLoader
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1  resourceLoader  Lorg/springframework/core/io/ResourceLoader;
    MethodParameters:
                Name  Flags
      resourceLoader  

  public org.springframework.core.io.Resource getResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/core/io/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String location
         0: .line 218
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
            ifnull 2
         1: .line 219
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
            aload 1 /* location */
            invokeinterface org.springframework.core.io.ResourceLoader.getResource:(Ljava/lang/String;)Lorg/springframework/core/io/Resource;
            areturn
         2: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* location */
            invokespecial org.springframework.context.support.AbstractApplicationContext.getResource:(Ljava/lang/String;)Lorg/springframework/core/io/Resource;
            areturn
        end local 1 // java.lang.String location
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/context/support/GenericApplicationContext;
            0    3     1  location  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      location  

  public org.springframework.core.io.Resource[] getResources(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lorg/springframework/core/io/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String locationPattern
         0: .line 232
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
            instanceof org.springframework.core.io.support.ResourcePatternResolver
            ifeq 2
         1: .line 233
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
            checkcast org.springframework.core.io.support.ResourcePatternResolver
            aload 1 /* locationPattern */
            invokeinterface org.springframework.core.io.support.ResourcePatternResolver.getResources:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;
            areturn
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* locationPattern */
            invokespecial org.springframework.context.support.AbstractApplicationContext.getResources:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;
            areturn
        end local 1 // java.lang.String locationPattern
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/springframework/context/support/GenericApplicationContext;
            0    3     1  locationPattern  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      locationPattern  

  public void setClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 240
            aload 0 /* this */
            aload 1 /* classLoader */
            invokespecial org.springframework.context.support.AbstractApplicationContext.setClassLoader:(Ljava/lang/ClassLoader;)V
         1: .line 241
            aload 0 /* this */
            iconst_1
            putfield org.springframework.context.support.GenericApplicationContext.customClassLoader:Z
         2: .line 242
            return
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/context/support/GenericApplicationContext;
            0    3     1  classLoader  Ljava/lang/ClassLoader;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      classLoader  

  public java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.support.GenericApplicationContext this
         0: .line 247
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
            ifnull 2
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.customClassLoader:Z
            ifne 2
         1: .line 248
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
            invokeinterface org.springframework.core.io.ResourceLoader.getClassLoader:()Ljava/lang/ClassLoader;
            areturn
         2: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.springframework.context.support.AbstractApplicationContext.getClassLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/context/support/GenericApplicationContext;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected final void refreshBeanFactory();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.context.support.GenericApplicationContext this
         0: .line 265
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.refreshed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifne 4
         1: .line 266
            new java.lang.IllegalStateException
            dup
         2: .line 267
            ldc "GenericApplicationContext does not support multiple refresh attempts: just call 'refresh' once"
         3: .line 266
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 0 /* this */
            invokevirtual org.springframework.context.support.GenericApplicationContext.getId:()Ljava/lang/String;
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.setSerializationId:(Ljava/lang/String;)V
         5: .line 270
            return
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/springframework/context/support/GenericApplicationContext;
    Exceptions:
      throws java.lang.IllegalStateException

  protected void cancelRefresh(org.springframework.beans.BeansException);
    descriptor: (Lorg/springframework/beans/BeansException;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // org.springframework.beans.BeansException ex
         0: .line 274
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aconst_null
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.setSerializationId:(Ljava/lang/String;)V
         1: .line 275
            aload 0 /* this */
            aload 1 /* ex */
            invokespecial org.springframework.context.support.AbstractApplicationContext.cancelRefresh:(Lorg/springframework/beans/BeansException;)V
         2: .line 276
            return
        end local 1 // org.springframework.beans.BeansException ex
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/context/support/GenericApplicationContext;
            0    3     1    ex  Lorg/springframework/beans/BeansException;
    MethodParameters:
      Name  Flags
      ex    

  protected final void closeBeanFactory();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.context.support.GenericApplicationContext this
         0: .line 284
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aconst_null
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.setSerializationId:(Ljava/lang/String;)V
         1: .line 285
            return
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/context/support/GenericApplicationContext;

  public final org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory();
    descriptor: ()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.support.GenericApplicationContext this
         0: .line 293
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            areturn
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/support/GenericApplicationContext;

  public final org.springframework.beans.factory.support.DefaultListableBeanFactory getDefaultListableBeanFactory();
    descriptor: ()Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.support.GenericApplicationContext this
         0: .line 305
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            areturn
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/support/GenericApplicationContext;

  public org.springframework.beans.factory.config.AutowireCapableBeanFactory getAutowireCapableBeanFactory();
    descriptor: ()Lorg/springframework/beans/factory/config/AutowireCapableBeanFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.support.GenericApplicationContext this
         0: .line 310
            aload 0 /* this */
            invokevirtual org.springframework.context.support.GenericApplicationContext.assertBeanFactoryActive:()V
         1: .line 311
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            areturn
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/context/support/GenericApplicationContext;
    Exceptions:
      throws java.lang.IllegalStateException

  public void registerBeanDefinition(java.lang.String, org.springframework.beans.factory.config.BeanDefinition);
    descriptor: (Ljava/lang/String;Lorg/springframework/beans/factory/config/BeanDefinition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String beanName
        start local 2 // org.springframework.beans.factory.config.BeanDefinition beanDefinition
         0: .line 323
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 1 /* beanName */
            aload 2 /* beanDefinition */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.registerBeanDefinition:(Ljava/lang/String;Lorg/springframework/beans/factory/config/BeanDefinition;)V
         1: .line 324
            return
        end local 2 // org.springframework.beans.factory.config.BeanDefinition beanDefinition
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1        beanName  Ljava/lang/String;
            0    2     2  beanDefinition  Lorg/springframework/beans/factory/config/BeanDefinition;
    Exceptions:
      throws org.springframework.beans.factory.BeanDefinitionStoreException
    MethodParameters:
                Name  Flags
      beanName        
      beanDefinition  

  public void removeBeanDefinition(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String beanName
         0: .line 328
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 1 /* beanName */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.removeBeanDefinition:(Ljava/lang/String;)V
         1: .line 329
            return
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1  beanName  Ljava/lang/String;
    Exceptions:
      throws org.springframework.beans.factory.NoSuchBeanDefinitionException
    MethodParameters:
          Name  Flags
      beanName  

  public org.springframework.beans.factory.config.BeanDefinition getBeanDefinition(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/beans/factory/config/BeanDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String beanName
         0: .line 333
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 1 /* beanName */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition:(Ljava/lang/String;)Lorg/springframework/beans/factory/config/BeanDefinition;
            areturn
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/context/support/GenericApplicationContext;
            0    1     1  beanName  Ljava/lang/String;
    Exceptions:
      throws org.springframework.beans.factory.NoSuchBeanDefinitionException
    MethodParameters:
          Name  Flags
      beanName  

  public boolean isBeanNameInUse(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String beanName
         0: .line 338
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 1 /* beanName */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.isBeanNameInUse:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/context/support/GenericApplicationContext;
            0    1     1  beanName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      beanName  

  public void registerAlias(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String beanName
        start local 2 // java.lang.String alias
         0: .line 343
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 1 /* beanName */
            aload 2 /* alias */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.registerAlias:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 344
            return
        end local 2 // java.lang.String alias
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1  beanName  Ljava/lang/String;
            0    2     2     alias  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      beanName  
      alias     

  public void removeAlias(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String alias
         0: .line 348
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 1 /* alias */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.removeAlias:(Ljava/lang/String;)V
         1: .line 349
            return
        end local 1 // java.lang.String alias
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1  alias  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      alias  

  public boolean isAlias(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String beanName
         0: .line 353
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 1 /* beanName */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.isAlias:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/context/support/GenericApplicationContext;
            0    1     1  beanName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      beanName  

  public final <T> void registerBean(java.lang.Class<T>, org.springframework.beans.factory.config.BeanDefinitionCustomizer[]);
    descriptor: (Ljava/lang/Class;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.Class beanClass
        start local 2 // org.springframework.beans.factory.config.BeanDefinitionCustomizer[] customizers
         0: .line 373
            aload 0 /* this */
            aconst_null
            aload 1 /* beanClass */
            aconst_null
            aload 2 /* customizers */
            invokevirtual org.springframework.context.support.GenericApplicationContext.registerBean:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
         1: .line 374
            return
        end local 2 // org.springframework.beans.factory.config.BeanDefinitionCustomizer[] customizers
        end local 1 // java.lang.Class beanClass
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1    beanClass  Ljava/lang/Class<TT;>;
            0    2     2  customizers  [Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    MethodParameters:
             Name  Flags
      beanClass    
      customizers  

  public final <T> void registerBean(java.lang.String, java.lang.Class<T>, org.springframework.beans.factory.config.BeanDefinitionCustomizer[]);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String beanName
        start local 2 // java.lang.Class beanClass
        start local 3 // org.springframework.beans.factory.config.BeanDefinitionCustomizer[] customizers
         0: .line 392
            aload 0 /* this */
            aload 1 /* beanName */
            aload 2 /* beanClass */
            aconst_null
            aload 3 /* customizers */
            invokevirtual org.springframework.context.support.GenericApplicationContext.registerBean:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
         1: .line 393
            return
        end local 3 // org.springframework.beans.factory.config.BeanDefinitionCustomizer[] customizers
        end local 2 // java.lang.Class beanClass
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1     beanName  Ljava/lang/String;
            0    2     2    beanClass  Ljava/lang/Class<TT;>;
            0    2     3  customizers  [Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
             Name  Flags
      beanName     
      beanClass    
      customizers  

  public final <T> void registerBean(java.lang.Class<T>, java.util.function.Supplier<T>, org.springframework.beans.factory.config.BeanDefinitionCustomizer[]);
    descriptor: (Ljava/lang/Class;Ljava/util/function/Supplier;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.Class beanClass
        start local 2 // java.util.function.Supplier supplier
        start local 3 // org.springframework.beans.factory.config.BeanDefinitionCustomizer[] customizers
         0: .line 410
            aload 0 /* this */
            aconst_null
            aload 1 /* beanClass */
            aload 2 /* supplier */
            aload 3 /* customizers */
            invokevirtual org.springframework.context.support.GenericApplicationContext.registerBean:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
         1: .line 411
            return
        end local 3 // org.springframework.beans.factory.config.BeanDefinitionCustomizer[] customizers
        end local 2 // java.util.function.Supplier supplier
        end local 1 // java.lang.Class beanClass
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/context/support/GenericApplicationContext;
            0    2     1    beanClass  Ljava/lang/Class<TT;>;
            0    2     2     supplier  Ljava/util/function/Supplier<TT;>;
            0    2     3  customizers  [Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/util/function/Supplier<TT;>;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    MethodParameters:
             Name  Flags
      beanClass    
      supplier     
      customizers  

  public <T> void registerBean(java.lang.String, java.lang.Class<T>, java.util.function.Supplier<T>, org.springframework.beans.factory.config.BeanDefinitionCustomizer[]);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=10, args_size=5
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.String beanName
        start local 2 // java.lang.Class beanClass
        start local 3 // java.util.function.Supplier supplier
        start local 4 // org.springframework.beans.factory.config.BeanDefinitionCustomizer[] customizers
         0: .line 431
            new org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition
            dup
            aload 2 /* beanClass */
            invokespecial org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition.<init>:(Ljava/lang/Class;)V
            astore 5 /* beanDefinition */
        start local 5 // org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition beanDefinition
         1: .line 432
            aload 3 /* supplier */
            ifnull 3
         2: .line 433
            aload 5 /* beanDefinition */
            aload 3 /* supplier */
            invokevirtual org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition.setInstanceSupplier:(Ljava/util/function/Supplier;)V
         3: .line 435
      StackMap locals: org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition
      StackMap stack:
            aload 4 /* customizers */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 7
      StackMap locals: org.springframework.context.support.GenericApplicationContext java.lang.String java.lang.Class java.util.function.Supplier org.springframework.beans.factory.config.BeanDefinitionCustomizer[] org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition top int int org.springframework.beans.factory.config.BeanDefinitionCustomizer[]
      StackMap stack:
         4: aload 9
            iload 7
            aaload
            astore 6 /* customizer */
        start local 6 // org.springframework.beans.factory.config.BeanDefinitionCustomizer customizer
         5: .line 436
            aload 6 /* customizer */
            aload 5 /* beanDefinition */
            invokeinterface org.springframework.beans.factory.config.BeanDefinitionCustomizer.customize:(Lorg/springframework/beans/factory/config/BeanDefinition;)V
        end local 6 // org.springframework.beans.factory.config.BeanDefinitionCustomizer customizer
         6: .line 435
            iinc 7 1
      StackMap locals:
      StackMap stack:
         7: iload 7
            iload 8
            if_icmplt 4
         8: .line 439
            aload 1 /* beanName */
            ifnull 9
            aload 1 /* beanName */
            goto 10
      StackMap locals: org.springframework.context.support.GenericApplicationContext java.lang.String java.lang.Class java.util.function.Supplier org.springframework.beans.factory.config.BeanDefinitionCustomizer[] org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition
      StackMap stack:
         9: aload 2 /* beanClass */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
        10: astore 6 /* nameToUse */
        start local 6 // java.lang.String nameToUse
        11: .line 440
            aload 0 /* this */
            aload 6 /* nameToUse */
            aload 5 /* beanDefinition */
            invokevirtual org.springframework.context.support.GenericApplicationContext.registerBeanDefinition:(Ljava/lang/String;Lorg/springframework/beans/factory/config/BeanDefinition;)V
        12: .line 441
            return
        end local 6 // java.lang.String nameToUse
        end local 5 // org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition beanDefinition
        end local 4 // org.springframework.beans.factory.config.BeanDefinitionCustomizer[] customizers
        end local 3 // java.util.function.Supplier supplier
        end local 2 // java.lang.Class beanClass
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.support.GenericApplicationContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lorg/springframework/context/support/GenericApplicationContext;
            0   13     1        beanName  Ljava/lang/String;
            0   13     2       beanClass  Ljava/lang/Class<TT;>;
            0   13     3        supplier  Ljava/util/function/Supplier<TT;>;
            0   13     4     customizers  [Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;
            1   13     5  beanDefinition  Lorg/springframework/context/support/GenericApplicationContext$ClassDerivedBeanDefinition;
            5    6     6      customizer  Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;
           11   13     6       nameToUse  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;Ljava/util/function/Supplier<TT;>;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
        org.springframework.lang.Nullable()
      3:
    MethodParameters:
             Name  Flags
      beanName     
      beanClass    
      supplier     
      customizers  
}
SourceFile: "GenericApplicationContext.java"
NestMembers:
  org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition
InnerClasses:
  private ClassDerivedBeanDefinition = org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition of org.springframework.context.support.GenericApplicationContext