public abstract class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<C> implements ServerWebExchangeMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
  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 java.util.function.Supplier<C> context;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/function/Supplier<TC;>;

  private final java.lang.Object contextLock;
    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.reactive.ApplicationContextServerWebExchangeMatcher this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tThe import org.springframework.security cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tServerWebExchangeMatcher cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMatchResult cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tMatchResult cannot be resolved\n\tMono cannot be resolved to a type\n\tMatchResult cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher<TC;>;
    Signature: (Ljava/lang/Class<+TC;>;)V
    MethodParameters:
              Name  Flags
      contextClass  

  public final Mono<MatchResult> matches(ServerWebExchange);
    descriptor: (LServerWebExchange;)LMono;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMatchResult cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tMatchResult cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher<TC;>;
    Signature: (LServerWebExchange;)LMono<LMatchResult;>;
    MethodParameters:
          Name  Flags
      exchange  

  protected abstract Mono<MatchResult> matches(ServerWebExchange, java.util.function.Supplier<C>);
    descriptor: (LServerWebExchange;Ljava/util/function/Supplier;)LMono;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (LServerWebExchange;Ljava/util/function/Supplier<TC;>;)LMono<LMatchResult;>;
    MethodParameters:
          Name  Flags
      exchange  
      context   

  protected boolean ignoreApplicationContext(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher this
         0: .line 78
            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.reactive.ApplicationContextServerWebExchangeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher<TC;>;
    MethodParameters:
                    Name  Flags
      applicationContext  

  protected java.util.function.Supplier<C> getContext(ServerWebExchange);
    descriptor: (LServerWebExchange;)Ljava/util/function/Supplier;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServerWebExchange cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher<TC;>;
    Signature: (LServerWebExchange;)Ljava/util/function/Supplier<TC;>;
    MethodParameters:
          Name  Flags
      exchange  

  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.reactive.ApplicationContextServerWebExchangeMatcher this
         0: .line 99
            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.reactive.ApplicationContextServerWebExchangeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher<TC;>;
    Signature: (Ljava/util/function/Supplier<TC;>;)V
    MethodParameters:
         Name  Flags
      context  

  java.util.function.Supplier<C> createContext(ServerWebExchange);
    descriptor: (LServerWebExchange;)Ljava/util/function/Supplier;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServerWebExchange cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher<TC;>;
    Signature: (LServerWebExchange;)Ljava/util/function/Supplier<TC;>;
    MethodParameters:
          Name  Flags
      exchange  
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;LServerWebExchangeMatcher;
SourceFile: "ApplicationContextServerWebExchangeMatcher.java"