class org.springframework.web.filter.CompositeFilter$VirtualFilterChain
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.filter.CompositeFilter$VirtualFilterChain
  super_class: java.lang.Object
{
  private final FilterChain originalChain;
    descriptor: LFilterChain;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<? extends Filter> additionalFilters;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+LFilter;>;

  private int currentPosition;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(FilterChain, java.util.List<? extends Filter>);
    descriptor: (LFilterChain;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.filter.CompositeFilter$VirtualFilterChain this
         0: .line 23
            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\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\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\tFilter cannot be resolved to a type\n\tFilterConfig cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tType mismatch: cannot convert from element type capture#5-of ? extends Filter to Filter\n\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tFilterChain cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method destroy() of type CompositeFilter must override or implement a supertype method\n\tFilter cannot be resolved to a type\n\tFilterChain cannot be resolved to a type\n\tFilterChain cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilterChain cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilterChain cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tFilterChain 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.web.filter.CompositeFilter$VirtualFilterChain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/filter/CompositeFilter$VirtualFilterChain;
    Signature: (LFilterChain;Ljava/util/List<+LFilter;>;)V
    MethodParameters:
                   Name  Flags
      chain              
      additionalFilters  

  public void doFilter(ServletRequest, ServletResponse);
    descriptor: (LServletRequest;LServletResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.filter.CompositeFilter$VirtualFilterChain this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletRequest cannot be resolved to a type\n\tServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tFilterChain 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.web.filter.CompositeFilter$VirtualFilterChain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/filter/CompositeFilter$VirtualFilterChain;
    Exceptions:
      throws java.io.IOException, ServletException
    MethodParameters:
          Name  Flags
      request   final
      response  final
}
SourceFile: "CompositeFilter.java"
NestHost: org.springframework.web.filter.CompositeFilter
InnerClasses:
  private VirtualFilterChain = org.springframework.web.filter.CompositeFilter$VirtualFilterChain of org.springframework.web.filter.CompositeFilter