public abstract class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<C> implements RequestMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
  super_class: java.lang.Object
{
  private final java.lang.Class<? extends C> contextClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+TC;>;

  private volatile boolean initialized;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final java.lang.Object initializeLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Class<? extends C>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import org.springframework.security cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tRequestMatcher cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContextUtils cannot be resolved\n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/servlet/ApplicationContextRequestMatcher<TC;>;
    Signature: (Ljava/lang/Class<+TC;>;)V
    MethodParameters:
              Name  Flags
      contextClass  

  public final boolean matches(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContextUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/servlet/ApplicationContextRequestMatcher<TC;>;
    MethodParameters:
         Name  Flags
      request  

  C getContext(WebApplicationContext);
    descriptor: (LWebApplicationContext;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tWebApplicationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/servlet/ApplicationContextRequestMatcher<TC;>;
    Signature: (LWebApplicationContext;)TC;
    MethodParameters:
                       Name  Flags
      webApplicationContext  

  protected boolean ignoreApplicationContext(WebApplicationContext);
    descriptor: (LWebApplicationContext;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tWebApplicationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/servlet/ApplicationContextRequestMatcher<TC;>;
    MethodParameters:
                       Name  Flags
      webApplicationContext  

  protected void initialized(java.util.function.Supplier<C>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.servlet.ApplicationContextRequestMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/servlet/ApplicationContextRequestMatcher<TC;>;
    Signature: (Ljava/util/function/Supplier<TC;>;)V
    MethodParameters:
         Name  Flags
      context  

  protected abstract boolean matches(HttpServletRequest, java.util.function.Supplier<C>);
    descriptor: (LHttpServletRequest;Ljava/util/function/Supplier;)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (LHttpServletRequest;Ljava/util/function/Supplier<TC;>;)Z
    MethodParameters:
         Name  Flags
      request  
      context  
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;LRequestMatcher;
SourceFile: "ApplicationContextRequestMatcher.java"