class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer implements org.springframework.boot.web.servlet.ServletContextInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer
  super_class: java.lang.Object
{
  private final org.springframework.boot.web.servlet.server.Session session;
    descriptor: Lorg/springframework/boot/web/servlet/server/Session;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.boot.web.servlet.server.Session);
    descriptor: (Lorg/springframework/boot/web/servlet/server/Session;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer this
         0: .line 33
            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 javax.servlet cannot be resolved\n\tThis lambda expression refers to the missing type ServletContext\n\tThe type AbstractServletWebServerFactory.SessionConfiguringInitializer must implement the inherited abstract method ServletContextInitializer.onStartup(ServletContext)\n\tServletContext cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method unwrap(Set<Session.SessionTrackingMode>) from the type AbstractServletWebServerFactory.SessionConfiguringInitializer refers to the missing type SessionTrackingMode\n\tSessionCookieConfig cannot be resolved to a type\n\tjavax.servlet cannot be resolved to a type\n\tjavax.servlet cannot be resolved to a type\n\tjavax.servlet.SessionTrackingMode 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.server.AbstractServletWebServerFactory$SessionConfiguringInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/AbstractServletWebServerFactory$SessionConfiguringInitializer;
    MethodParameters:
         Name  Flags
      session  

  public void onStartup(ServletContext);
    descriptor: (LServletContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer this
         0: .line 311
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method unwrap(Set<Session.SessionTrackingMode>) from the type AbstractServletWebServerFactory.SessionConfiguringInitializer refers to the missing type SessionTrackingMode\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/AbstractServletWebServerFactory$SessionConfiguringInitializer;
    Exceptions:
      throws ServletException
    MethodParameters:
                Name  Flags
      servletContext  

  void configureSessionCookie(SessionCookieConfig);
    descriptor: (LSessionCookieConfig;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer this
         0: .line 318
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSessionCookieConfig 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.server.AbstractServletWebServerFactory$SessionConfiguringInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/AbstractServletWebServerFactory$SessionConfiguringInitializer;
    MethodParameters:
        Name  Flags
      config  

  private java.util.Set<javax.servlet.SessionTrackingMode> unwrap(java.util.Set<org.springframework.boot.web.servlet.server.Session$SessionTrackingMode>);
    descriptor: (Ljava/util/Set;)Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer this
         0: .line 343
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjavax.servlet cannot be resolved to a type\n\tjavax.servlet cannot be resolved to a type\n\tjavax.servlet.SessionTrackingMode 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.server.AbstractServletWebServerFactory$SessionConfiguringInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/server/AbstractServletWebServerFactory$SessionConfiguringInitializer;
    Signature: (Ljava/util/Set<Lorg/springframework/boot/web/servlet/server/Session$SessionTrackingMode;>;)Ljava/util/Set<Ljavax/servlet/SessionTrackingMode;>;
    MethodParameters:
       Name  Flags
      modes  
}
SourceFile: "AbstractServletWebServerFactory.java"
NestHost: org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
InnerClasses:
  private SessionConfiguringInitializer = org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer of org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
  public final SessionTrackingMode = org.springframework.boot.web.servlet.server.Session$SessionTrackingMode of org.springframework.boot.web.servlet.server.Session