public class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext extends org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
  super_class: org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
{
  private final org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader;
    descriptor: Lorg/springframework/beans/factory/xml/XmlBeanDefinitionReader;
    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.boot.web.servlet.context.XmlServletWebServerApplicationContext this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe hierarchy of the type XmlServletWebServerApplicationContext is inconsistent\n\tThe constructor XmlBeanDefinitionReader(XmlServletWebServerApplicationContext) is undefined\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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;

  public void <init>(org.springframework.core.io.Resource[]);
    descriptor: ([Lorg/springframework/core/io/Resource;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe hierarchy of the type XmlServletWebServerApplicationContext is inconsistent\n\tThe constructor XmlBeanDefinitionReader(XmlServletWebServerApplicationContext) is undefined\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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;
    MethodParameters:
           Name  Flags
      resources  

  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.XmlServletWebServerApplicationContext this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe hierarchy of the type XmlServletWebServerApplicationContext is inconsistent\n\tThe constructor XmlBeanDefinitionReader(XmlServletWebServerApplicationContext) is undefined\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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;
    MethodParameters:
                   Name  Flags
      resourceLocations  

  public void <init>(java.lang.Class<?>, java.lang.String[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe hierarchy of the type XmlServletWebServerApplicationContext is inconsistent\n\tThe constructor XmlBeanDefinitionReader(XmlServletWebServerApplicationContext) is undefined\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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;
    Signature: (Ljava/lang/Class<*>;[Ljava/lang/String;)V
    MethodParameters:
               Name  Flags
      relativeClass  
      resourceNames  

  public void setValidating(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext this
         0: .line 91
            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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;
    MethodParameters:
            Name  Flags
      validating  

  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.XmlServletWebServerApplicationContext this
         0: .line 103
            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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;
    MethodParameters:
             Name  Flags
      environment  

  public final void load(org.springframework.core.io.Resource[]);
    descriptor: ([Lorg/springframework/core/io/Resource;)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.XmlServletWebServerApplicationContext this
         0: .line 111
            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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;
    MethodParameters:
           Name  Flags
      resources  

  public final void load(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.XmlServletWebServerApplicationContext this
         0: .line 119
            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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;
    MethodParameters:
                   Name  Flags
      resourceLocations  

  public final void load(java.lang.Class<?>, java.lang.String[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/String;)V
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext this
         0: .line 129
            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.XmlServletWebServerApplicationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/XmlServletWebServerApplicationContext;
    Signature: (Ljava/lang/Class<*>;[Ljava/lang/String;)V
    MethodParameters:
               Name  Flags
      relativeClass  
      resourceNames  
}
SourceFile: "XmlServletWebServerApplicationContext.java"