class org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletRegistrationBeanAdapter implements org.springframework.boot.web.servlet.ServletContextInitializerBeans$RegistrationBeanAdapter<Servlet>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletRegistrationBeanAdapter
  super_class: java.lang.Object
{
  private final MultipartConfigElement multipartConfig;
    descriptor: LMultipartConfigElement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(MultipartConfigElement);
    descriptor: (LMultipartConfigElement;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletRegistrationBeanAdapter 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\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tThe method getMultipartConfig(ListableBeanFactory) from the type ServletContextInitializerBeans refers to the missing type MultipartConfigElement\n\tThe method addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) in the type ServletContextInitializerBeans is not applicable for the arguments (ListableBeanFactory, Class<Servlet>, ServletContextInitializerBeans.ServletRegistrationBeanAdapter)\n\tServlet cannot be resolved to a type\n\tThe method addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) in the type ServletContextInitializerBeans is not applicable for the arguments (ListableBeanFactory, Class<Filter>, ServletContextInitializerBeans.FilterRegistrationBeanAdapter)\n\tFilter cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tThe method getOrderedBeansOfType(ListableBeanFactory, Class<MultipartConfigElement>) from the type ServletContextInitializerBeans refers to the missing type MultipartConfigElement\n\tMultipartConfigElement cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe type ServletContextInitializerBeans.ServletRegistrationBeanAdapter must implement the inherited abstract method ServletContextInitializerBeans.RegistrationBeanAdapter<Servlet>.createRegistrationBean(String, Servlet, int)\n\tServlet cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tThe type ServletContextInitializerBeans.FilterRegistrationBeanAdapter must implement the inherited abstract method ServletContextInitializerBeans.RegistrationBeanAdapter<Filter>.createRegistrationBean(String, Filter, int)\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter 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.ServletContextInitializerBeans$ServletRegistrationBeanAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$ServletRegistrationBeanAdapter;
    MethodParameters:
                 Name  Flags
      multipartConfig  

  public org.springframework.boot.web.servlet.RegistrationBean createRegistrationBean(java.lang.String, Servlet, int);
    descriptor: (Ljava/lang/String;LServlet;I)Lorg/springframework/boot/web/servlet/RegistrationBean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletRegistrationBeanAdapter this
         0: .line 274
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tMultipartConfigElement 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.ServletContextInitializerBeans$ServletRegistrationBeanAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$ServletRegistrationBeanAdapter;
    MethodParameters:
                          Name  Flags
      name                      
      source                    
      totalNumberOfSourceBeans  
}
Signature: Ljava/lang/Object;Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$RegistrationBeanAdapter<LServlet;>;
SourceFile: "ServletContextInitializerBeans.java"
NestHost: org.springframework.boot.web.servlet.ServletContextInitializerBeans
InnerClasses:
  private ServletRegistrationBeanAdapter = org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletRegistrationBeanAdapter of org.springframework.boot.web.servlet.ServletContextInitializerBeans