public class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext extends org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext 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.servlet.context.AnnotationConfigServletWebServerApplicationContext
  super_class: org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
{
  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=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe hierarchy of the type AnnotationConfigServletWebServerApplicationContext is inconsistent\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tCannot directly invoke the abstract method setEnvironment(ConfigurableEnvironment) for the type ConfigurableApplicationContext\n\tThe method prepareRefresh() of type AnnotationConfigServletWebServerApplicationContext must override or implement a supertype method\n\tThe method prepareRefresh() is undefined for the type ServletWebServerApplicationContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;

  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.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe hierarchy of the type AnnotationConfigServletWebServerApplicationContext is inconsistent\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tCannot directly invoke the abstract method setEnvironment(ConfigurableEnvironment) for the type ConfigurableApplicationContext\n\tThe method prepareRefresh() of type AnnotationConfigServletWebServerApplicationContext must override or implement a supertype method\n\tThe method prepareRefresh() is undefined for the type ServletWebServerApplicationContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    MethodParameters:
             Name  Flags
      beanFactory  

  public void <init>(java.lang.Class<?>[]);
    descriptor: ([Ljava/lang/Class;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe hierarchy of the type AnnotationConfigServletWebServerApplicationContext is inconsistent\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tCannot directly invoke the abstract method setEnvironment(ConfigurableEnvironment) for the type ConfigurableApplicationContext\n\tThe method prepareRefresh() of type AnnotationConfigServletWebServerApplicationContext must override or implement a supertype method\n\tThe method prepareRefresh() is undefined for the type ServletWebServerApplicationContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    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=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe hierarchy of the type AnnotationConfigServletWebServerApplicationContext is inconsistent\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor AnnotatedBeanDefinitionReader(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tThe constructor ClassPathBeanDefinitionScanner(AnnotationConfigServletWebServerApplicationContext) is undefined\n\tCannot directly invoke the abstract method setEnvironment(ConfigurableEnvironment) for the type ConfigurableApplicationContext\n\tThe method prepareRefresh() of type AnnotationConfigServletWebServerApplicationContext must override or implement a supertype method\n\tThe method prepareRefresh() is undefined for the type ServletWebServerApplicationContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    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=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCannot directly invoke the abstract method setEnvironment(ConfigurableEnvironment) for the type ConfigurableApplicationContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    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.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    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=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 156
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    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=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 174
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    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=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 187
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    MethodParameters:
              Name  Flags
      basePackages  

  protected void prepareRefresh();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 193
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method prepareRefresh() of type AnnotationConfigServletWebServerApplicationContext must override or implement a supertype method\n\tThe method prepareRefresh() is undefined for the type ServletWebServerApplicationContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;

  protected void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
         0: .line 199
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/AnnotationConfigServletWebServerApplicationContext;
    MethodParameters:
             Name  Flags
      beanFactory  
}
SourceFile: "AnnotationConfigServletWebServerApplicationContext.java"