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 112
            aload 0 /* this */
            invokespecial org.springframework.context.support.AbstractApplicationContext.<init>:()V
         1: .line 102
            aload 0 /* this */
            iconst_0
            putfield org.springframework.context.support.GenericApplicationContext.customClassLoader:Z
         2: .line 104
            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 113
            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 114
            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 122
            aload 0 /* this */
            invokespecial org.springframework.context.support.AbstractApplicationContext.<init>:()V
         1: .line 102
            aload 0 /* this */
            iconst_0
            putfield org.springframework.context.support.GenericApplicationContext.customClassLoader:Z
         2: .line 104
            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 123
            aload 1 /* beanFactory */
            ldc "BeanFactory must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         4: .line 124
            aload 0 /* this */
            aload 1 /* beanFactory */
            putfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
         5: .line 125
            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 134
            aload 0 /* this */
            invokespecial org.springframework.context.support.GenericApplicationContext.<init>:()V
         1: .line 135
            aload 0 /* this */
            aload 1 /* parent */
            invokevirtual org.springframework.context.support.GenericApplicationContext.setParent:(Lorg/springframework/context/ApplicationContext;)V
         2: .line 136
            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 146
            aload 0 /* this */
            aload 1 /* beanFactory */
            invokespecial org.springframework.context.support.GenericApplicationContext.<init>:(Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V
         1: .line 147
            aload 0 /* this */
            aload 2 /* parent */
            invokevirtual org.springframework.context.support.GenericApplicationContext.setParent:(Lorg/springframework/context/ApplicationContext;)V
         2: .line 148
            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 158
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.springframework.context.support.AbstractApplicationContext.setParent:(Lorg/springframework/context/ApplicationContext;)V
         1: .line 159
            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 160
            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 setApplicationStartup(org.springframework.core.metrics.ApplicationStartup);
    descriptor: (Lorg/springframework/core/metrics/ApplicationStartup;)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.metrics.ApplicationStartup applicationStartup
         0: .line 164
            aload 0 /* this */
            aload 1 /* applicationStartup */
            invokespecial org.springframework.context.support.AbstractApplicationContext.setApplicationStartup:(Lorg/springframework/core/metrics/ApplicationStartup;)V
         1: .line 165
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.beanFactory:Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
            aload 1 /* applicationStartup */
            invokevirtual org.springframework.beans.factory.support.DefaultListableBeanFactory.setApplicationStartup:(Lorg/springframework/core/metrics/ApplicationStartup;)V
         2: .line 166
            return
        end local 1 // org.springframework.core.metrics.ApplicationStartup applicationStartup
        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  applicationStartup  Lorg/springframework/core/metrics/ApplicationStartup;
    MethodParameters:
                    Name  Flags
      applicationStartup  

  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 176
            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 177
            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 188
            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 189
            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 210
            aload 0 /* this */
            aload 1 /* resourceLoader */
            putfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
         1: .line 211
            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 225
            aload 0 /* this */
            getfield org.springframework.context.support.GenericApplicationContext.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
            ifnull 2
         1: .line 226
            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 228
      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 239
            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 240
            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 242
      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 247
            aload 0 /* this */
            aload 1 /* classLoader */
            invokespecial org.springframework.context.support.AbstractApplicationContext.setClassLoader:(Ljava/lang/ClassLoader;)V
         1: .line 248
            aload 0 /* this */
            iconst_1
            putfield org.springframework.context.support.GenericApplicationContext.customClassLoader:Z
         2: .line 249
            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 254
            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 255
            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 257
      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 272
            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 273
            new java.lang.IllegalStateException
            dup
         2: .line 274
            ldc "GenericApplicationContext does not support multiple refresh attempts: just call 'refresh' once"
         3: .line 273
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 276
      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 277
            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 281
            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 282
            aload 0 /* this */
            aload 1 /* ex */
            invokespecial org.springframework.context.support.AbstractApplicationContext.cancelRefresh:(Lorg/springframework/beans/BeansException;)V
         2: .line 283
            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 291
            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 292
            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 300
            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 312
            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 317
            aload 0 /* this */
            invokevirtual org.springframework.context.support.GenericApplicationContext.assertBeanFactoryActive:()V
         1: .line 318
            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 330
            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 331
            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 335
            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 336
            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 340
            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 345
            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 350
            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 351
            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 355
            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 356
            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 360
            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 <T> void registerBean(java.lang.Class<T>, []);
    descriptor: (Ljava/lang/Class;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.context.support.GenericApplicationContext this
        start local 1 // java.lang.Class beanClass
        start local 2 // java.lang.Object[] constructorArgs
         0: .line 379
            aload 0 /* this */
            aconst_null
            aload 1 /* beanClass */
            aload 2 /* constructorArgs */
            invokevirtual org.springframework.context.support.GenericApplicationContext.registerBean:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Object;)V
         1: .line 380
            return
        end local 2 // java.lang.Object[] constructorArgs
        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  constructorArgs  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;[Ljava/lang/Object;)V
    MethodParameters:
                 Name  Flags
      beanClass        
      constructorArgs  

  public <T> void registerBean(java.lang.String, java.lang.Class<T>, []);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=8, 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 // java.lang.Object[] constructorArgs
         0: .line 394
            aload 0 /* this */
            aload 1 /* beanName */
            aload 2 /* beanClass */
            aconst_null
            iconst_1
            anewarray org.springframework.beans.factory.config.BeanDefinitionCustomizer
            dup
            iconst_0
         1: .line 395
            aload 3 /* constructorArgs */
            invokedynamic customize([Ljava/lang/Object;)Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/springframework/beans/factory/config/BeanDefinition;)V
                  org/springframework/context/support/GenericApplicationContext.lambda$0([Ljava/lang/Object;Lorg/springframework/beans/factory/config/BeanDefinition;)V (6)
                  (Lorg/springframework/beans/factory/config/BeanDefinition;)V
            aastore
         2: .line 394
            invokevirtual org.springframework.context.support.GenericApplicationContext.registerBean:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Supplier;[Lorg/springframework/beans/factory/config/BeanDefinitionCustomizer;)V
         3: .line 400
            return
        end local 3 // java.lang.Object[] constructorArgs
        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    4     0             this  Lorg/springframework/context/support/GenericApplicationContext;
            0    4     1         beanName  Ljava/lang/String;
            0    4     2        beanClass  Ljava/lang/Class<TT;>;
            0    4     3  constructorArgs  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;[Ljava/lang/Object;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
                 Name  Flags
      beanName         
      beanClass        
      constructorArgs  

  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 413
            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 414
            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 430
            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 431
            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 448
            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 449
            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 469
            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 470
            aload 3 /* supplier */
            ifnull 3
         2: .line 471
            aload 5 /* beanDefinition */
            aload 3 /* supplier */
            invokevirtual org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition.setInstanceSupplier:(Ljava/util/function/Supplier;)V
         3: .line 473
      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 474
            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 473
            iinc 7 1
      StackMap locals:
      StackMap stack:
         7: iload 7
            iload 8
            if_icmplt 4
         8: .line 477
            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 478
            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 479
            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  

  private static void lambda$0(java.lang.Object[], org.springframework.beans.factory.config.BeanDefinition);
    descriptor: ([Ljava/lang/Object;Lorg/springframework/beans/factory/config/BeanDefinition;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=6, args_size=2
        start local 1 // org.springframework.beans.factory.config.BeanDefinition bd
         0: .line 396
            aload 0
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: java.lang.Object[] org.springframework.beans.factory.config.BeanDefinition top int int java.lang.Object[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* arg */
        start local 2 // java.lang.Object arg
         2: .line 397
            aload 1 /* bd */
            invokeinterface org.springframework.beans.factory.config.BeanDefinition.getConstructorArgumentValues:()Lorg/springframework/beans/factory/config/ConstructorArgumentValues;
            aload 2 /* arg */
            invokevirtual org.springframework.beans.factory.config.ConstructorArgumentValues.addGenericArgumentValue:(Ljava/lang/Object;)V
        end local 2 // java.lang.Object arg
         3: .line 396
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 399
            return
        end local 1 // org.springframework.beans.factory.config.BeanDefinition bd
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     1    bd  Lorg/springframework/beans/factory/config/BeanDefinition;
            2    3     2   arg  Ljava/lang/Object;
}
SourceFile: "GenericApplicationContext.java"
NestMembers:
  org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private ClassDerivedBeanDefinition = org.springframework.context.support.GenericApplicationContext$ClassDerivedBeanDefinition of org.springframework.context.support.GenericApplicationContext