class org.springframework.boot.web.servlet.ServletContextInitializerBeans$FilterRegistrationBeanAdapter implements org.springframework.boot.web.servlet.ServletContextInitializerBeans$RegistrationBeanAdapter<Filter>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.servlet.ServletContextInitializerBeans$FilterRegistrationBeanAdapter
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.ServletContextInitializerBeans$FilterRegistrationBeanAdapter 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$FilterRegistrationBeanAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$FilterRegistrationBeanAdapter;

  public org.springframework.boot.web.servlet.RegistrationBean createRegistrationBean(java.lang.String, Filter, int);
    descriptor: (Ljava/lang/String;LFilter;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$FilterRegistrationBeanAdapter this
         0: .line 293
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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$FilterRegistrationBeanAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$FilterRegistrationBeanAdapter;
    MethodParameters:
                          Name  Flags
      name                      
      source                    
      totalNumberOfSourceBeans  
}
Signature: Ljava/lang/Object;Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$RegistrationBeanAdapter<LFilter;>;
SourceFile: "ServletContextInitializerBeans.java"
NestHost: org.springframework.boot.web.servlet.ServletContextInitializerBeans
InnerClasses:
  private FilterRegistrationBeanAdapter = org.springframework.boot.web.servlet.ServletContextInitializerBeans$FilterRegistrationBeanAdapter of org.springframework.boot.web.servlet.ServletContextInitializerBeans