public class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
  super_class: java.lang.Object
{
  private final ConfigurableWebApplicationContext webApplicationContext;
    descriptor: LConfigurableWebApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(ConfigurableWebApplicationContext);
    descriptor: (LConfigurableWebApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tServletContextAwareProcessor cannot be resolved to a type\n\tConfigurableWebApplicationContext cannot be resolved to a type\n\tConfigurableWebApplicationContext cannot be resolved to a type\n\tConfigurableWebApplicationContext cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tThe method getServletContext() of type WebApplicationContextServletContextAwareProcessor must override or implement a supertype method\n\tServletContext cannot be resolved to a type\n\tConfigurableWebApplicationContext cannot be resolved to a type\n\tServletContextAwareProcessor cannot be resolved to a type\n\tServletConfig cannot be resolved to a type\n\tThe method getServletConfig() of type WebApplicationContextServletContextAwareProcessor must override or implement a supertype method\n\tServletConfig cannot be resolved to a type\n\tConfigurableWebApplicationContext cannot be resolved to a type\n\tServletContextAwareProcessor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/WebApplicationContextServletContextAwareProcessor;
    MethodParameters:
                       Name  Flags
      webApplicationContext  

  protected ServletContext getServletContext();
    descriptor: ()LServletContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tThe method getServletContext() of type WebApplicationContextServletContextAwareProcessor must override or implement a supertype method\n\tServletContext cannot be resolved to a type\n\tConfigurableWebApplicationContext cannot be resolved to a type\n\tServletContextAwareProcessor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/WebApplicationContextServletContextAwareProcessor;

  protected ServletConfig getServletConfig();
    descriptor: ()LServletConfig;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletConfig cannot be resolved to a type\n\tThe method getServletConfig() of type WebApplicationContextServletContextAwareProcessor must override or implement a supertype method\n\tServletConfig cannot be resolved to a type\n\tConfigurableWebApplicationContext cannot be resolved to a type\n\tServletContextAwareProcessor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/context/WebApplicationContextServletContextAwareProcessor;
}
SourceFile: "WebApplicationContextServletContextAwareProcessor.java"