public class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext extends org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext implements org.springframework.context.annotation.AnnotationConfigRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
  super_class: org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
{
  private final org.springframework.context.annotation.AnnotatedBeanDefinitionReader reader;
    descriptor: Lorg/springframework/context/annotation/AnnotatedBeanDefinitionReader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.context.annotation.ClassPathBeanDefinitionScanner scanner;
    descriptor: Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<java.lang.Class<?>> annotatedClasses;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/Class<*>;>;

  private java.lang.String[] basePackages;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
         0: .line 75
            aload 0 /* this */
            invokespecial org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.<init>:()V
         1: .line 66
            aload 0 /* this */
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            putfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.annotatedClasses:Ljava/util/Set;
         2: .line 76
            aload 0 /* this */
            new org.springframework.context.annotation.AnnotatedBeanDefinitionReader
            dup
            aload 0 /* this */
            invokespecial org.springframework.context.annotation.AnnotatedBeanDefinitionReader.<init>:(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)V
            putfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.reader:Lorg/springframework/context/annotation/AnnotatedBeanDefinitionReader;
         3: .line 77
            aload 0 /* this */
            new org.springframework.context.annotation.ClassPathBeanDefinitionScanner
            dup
            aload 0 /* this */
            invokespecial org.springframework.context.annotation.ClassPathBeanDefinitionScanner.<init>:(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)V
            putfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.scanner:Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
         4: .line 78
            return
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;

  public void <init>(org.springframework.beans.factory.support.DefaultListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory
         0: .line 87
            aload 0 /* this */
            aload 1 /* beanFactory */
            invokespecial org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.<init>:(Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V
         1: .line 66
            aload 0 /* this */
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            putfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.annotatedClasses:Ljava/util/Set;
         2: .line 88
            aload 0 /* this */
            new org.springframework.context.annotation.AnnotatedBeanDefinitionReader
            dup
            aload 0 /* this */
            invokespecial org.springframework.context.annotation.AnnotatedBeanDefinitionReader.<init>:(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)V
            putfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.reader:Lorg/springframework/context/annotation/AnnotatedBeanDefinitionReader;
         3: .line 89
            aload 0 /* this */
            new org.springframework.context.annotation.ClassPathBeanDefinitionScanner
            dup
            aload 0 /* this */
            invokespecial org.springframework.context.annotation.ClassPathBeanDefinitionScanner.<init>:(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)V
            putfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.scanner:Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
         4: .line 90
            return
        end local 1 // org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    5     1  beanFactory  Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;
    MethodParameters:
             Name  Flags
      beanFactory  

  public void <init>(java.lang.Class<?>[]);
    descriptor: ([Ljava/lang/Class;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // java.lang.Class[] annotatedClasses
         0: .line 100
            aload 0 /* this */
            invokespecial org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.<init>:()V
         1: .line 101
            aload 0 /* this */
            aload 1 /* annotatedClasses */
            invokevirtual org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.register:([Ljava/lang/Class;)V
         2: .line 102
            aload 0 /* this */
            invokevirtual org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.refresh:()V
         3: .line 103
            return
        end local 1 // java.lang.Class[] annotatedClasses
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    4     1  annotatedClasses  [Ljava/lang/Class;
    Signature: ([Ljava/lang/Class<*>;)V
    MethodParameters:
                  Name  Flags
      annotatedClasses  

  public void <init>(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // java.lang.String[] basePackages
         0: .line 112
            aload 0 /* this */
            invokespecial org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.<init>:()V
         1: .line 113
            aload 0 /* this */
            aload 1 /* basePackages */
            invokevirtual org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.scan:([Ljava/lang/String;)V
         2: .line 114
            aload 0 /* this */
            invokevirtual org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.refresh:()V
         3: .line 115
            return
        end local 1 // java.lang.String[] basePackages
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    4     1  basePackages  [Ljava/lang/String;
    MethodParameters:
              Name  Flags
      basePackages  

  public void setEnvironment(org.springframework.core.env.ConfigurableEnvironment);
    descriptor: (Lorg/springframework/core/env/ConfigurableEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // org.springframework.core.env.ConfigurableEnvironment environment
         0: .line 125
            aload 0 /* this */
            aload 1 /* environment */
            invokespecial org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.setEnvironment:(Lorg/springframework/core/env/ConfigurableEnvironment;)V
         1: .line 126
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.reader:Lorg/springframework/context/annotation/AnnotatedBeanDefinitionReader;
            aload 1 /* environment */
            invokevirtual org.springframework.context.annotation.AnnotatedBeanDefinitionReader.setEnvironment:(Lorg/springframework/core/env/Environment;)V
         2: .line 127
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.scanner:Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
            aload 1 /* environment */
            invokevirtual org.springframework.context.annotation.ClassPathBeanDefinitionScanner.setEnvironment:(Lorg/springframework/core/env/Environment;)V
         3: .line 128
            return
        end local 1 // org.springframework.core.env.ConfigurableEnvironment environment
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    4     1  environment  Lorg/springframework/core/env/ConfigurableEnvironment;
    MethodParameters:
             Name  Flags
      environment  

  public void setBeanNameGenerator(org.springframework.beans.factory.support.BeanNameGenerator);
    descriptor: (Lorg/springframework/beans/factory/support/BeanNameGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // org.springframework.beans.factory.support.BeanNameGenerator beanNameGenerator
         0: .line 145
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.reader:Lorg/springframework/context/annotation/AnnotatedBeanDefinitionReader;
            aload 1 /* beanNameGenerator */
            invokevirtual org.springframework.context.annotation.AnnotatedBeanDefinitionReader.setBeanNameGenerator:(Lorg/springframework/beans/factory/support/BeanNameGenerator;)V
         1: .line 146
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.scanner:Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
            aload 1 /* beanNameGenerator */
            invokevirtual org.springframework.context.annotation.ClassPathBeanDefinitionScanner.setBeanNameGenerator:(Lorg/springframework/beans/factory/support/BeanNameGenerator;)V
         2: .line 147
            aload 0 /* this */
            invokevirtual org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.getBeanFactory:()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            ldc "org.springframework.context.annotation.internalConfigurationBeanNameGenerator"
            aload 1 /* beanNameGenerator */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.registerSingleton:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 148
            return
        end local 1 // org.springframework.beans.factory.support.BeanNameGenerator beanNameGenerator
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    4     1  beanNameGenerator  Lorg/springframework/beans/factory/support/BeanNameGenerator;
    MethodParameters:
                   Name  Flags
      beanNameGenerator  

  public void setScopeMetadataResolver(org.springframework.context.annotation.ScopeMetadataResolver);
    descriptor: (Lorg/springframework/context/annotation/ScopeMetadataResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // org.springframework.context.annotation.ScopeMetadataResolver scopeMetadataResolver
         0: .line 160
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.reader:Lorg/springframework/context/annotation/AnnotatedBeanDefinitionReader;
            aload 1 /* scopeMetadataResolver */
            invokevirtual org.springframework.context.annotation.AnnotatedBeanDefinitionReader.setScopeMetadataResolver:(Lorg/springframework/context/annotation/ScopeMetadataResolver;)V
         1: .line 161
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.scanner:Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
            aload 1 /* scopeMetadataResolver */
            invokevirtual org.springframework.context.annotation.ClassPathBeanDefinitionScanner.setScopeMetadataResolver:(Lorg/springframework/context/annotation/ScopeMetadataResolver;)V
         2: .line 162
            return
        end local 1 // org.springframework.context.annotation.ScopeMetadataResolver scopeMetadataResolver
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    3     1  scopeMetadataResolver  Lorg/springframework/context/annotation/ScopeMetadataResolver;
    MethodParameters:
                       Name  Flags
      scopeMetadataResolver  

  public final void register(java.lang.Class<?>[]);
    descriptor: ([Ljava/lang/Class;)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // java.lang.Class[] annotatedClasses
         0: .line 178
            aload 1 /* annotatedClasses */
            ldc "At least one annotated class must be specified"
            invokestatic org.springframework.util.Assert.notEmpty:([Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 179
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.annotatedClasses:Ljava/util/Set;
            aload 1 /* annotatedClasses */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 180
            return
        end local 1 // java.lang.Class[] annotatedClasses
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    3     1  annotatedClasses  [Ljava/lang/Class;
    Signature: ([Ljava/lang/Class<*>;)V
    MethodParameters:
                  Name  Flags
      annotatedClasses  

  public final void scan(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // java.lang.String[] basePackages
         0: .line 191
            aload 1 /* basePackages */
            ldc "At least one base package must be specified"
            invokestatic org.springframework.util.Assert.notEmpty:([Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 192
            aload 0 /* this */
            aload 1 /* basePackages */
            putfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.basePackages:[Ljava/lang/String;
         2: .line 193
            return
        end local 1 // java.lang.String[] basePackages
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    3     1  basePackages  [Ljava/lang/String;
    MethodParameters:
              Name  Flags
      basePackages  

  protected void prepareRefresh();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
         0: .line 197
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.scanner:Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
            invokevirtual org.springframework.context.annotation.ClassPathBeanDefinitionScanner.clearCache:()V
         1: .line 198
            aload 0 /* this */
            invokespecial org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.prepareRefresh:()V
         2: .line 199
            return
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;

  protected void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
        start local 1 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
         0: .line 203
            aload 0 /* this */
            aload 1 /* beanFactory */
            invokespecial org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.postProcessBeanFactory:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V
         1: .line 204
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.basePackages:[Ljava/lang/String;
            invokestatic org.springframework.util.ObjectUtils.isEmpty:([Ljava/lang/Object;)Z
            ifne 3
         2: .line 205
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.scanner:Lorg/springframework/context/annotation/ClassPathBeanDefinitionScanner;
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.basePackages:[Ljava/lang/String;
            invokevirtual org.springframework.context.annotation.ClassPathBeanDefinitionScanner.scan:([Ljava/lang/String;)I
            pop
         3: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.annotatedClasses:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 5
         4: .line 208
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.reader:Lorg/springframework/context/annotation/AnnotatedBeanDefinitionReader;
            aload 0 /* this */
            getfield org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.annotatedClasses:Ljava/util/Set;
            invokestatic org.springframework.util.ClassUtils.toClassArray:(Ljava/util/Collection;)[Ljava/lang/Class;
            invokevirtual org.springframework.context.annotation.AnnotatedBeanDefinitionReader.register:([Ljava/lang/Class;)V
         5: .line 210
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        end local 0 // org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/springframework/boot/web/reactive/context/AnnotationConfigReactiveWebServerApplicationContext;
            0    6     1  beanFactory  Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
    MethodParameters:
             Name  Flags
      beanFactory  
}
SourceFile: "AnnotationConfigReactiveWebServerApplicationContext.java"