public class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter implements org.springframework.core.Ordered
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
  super_class: java.lang.Object
{
  private static final java.lang.Object NONE;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final org.springframework.boot.actuate.trace.http.HttpTraceRepository repository;
    descriptor: Lorg/springframework/boot/actuate/trace/http/HttpTraceRepository;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.actuate.trace.http.HttpExchangeTracer tracer;
    descriptor: Lorg/springframework/boot/actuate/trace/http/HttpExchangeTracer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<org.springframework.boot.actuate.trace.http.Include> includes;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/springframework/boot/actuate/trace/http/Include;>;

  public void <init>(org.springframework.boot.actuate.trace.http.HttpTraceRepository, org.springframework.boot.actuate.trace.http.HttpExchangeTracer, java.util.Set<org.springframework.boot.actuate.trace.http.Include>);
    descriptor: (Lorg/springframework/boot/actuate/trace/http/HttpTraceRepository;Lorg/springframework/boot/actuate/trace/http/HttpExchangeTracer;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tThe import org.springframework.web.server cannot be resolved\n\tThe import org.springframework.web.server cannot be resolved\n\tThe import org.springframework.web.server cannot be resolved\n\tThe import org.springframework.web.server cannot be resolved\n\tWebFilter cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tWebFilterChain cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tWebFilterChain cannot be resolved to a type\n\tWebSession cannot be resolved to a type\n\tWebSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/trace/reactive/HttpTraceWebFilter;
    Signature: (Lorg/springframework/boot/actuate/trace/http/HttpTraceRepository;Lorg/springframework/boot/actuate/trace/http/HttpExchangeTracer;Ljava/util/Set<Lorg/springframework/boot/actuate/trace/http/Include;>;)V
    MethodParameters:
            Name  Flags
      repository  
      tracer      
      includes    

  public int getOrder();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
         0: .line 61
            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.actuate.web.trace.reactive.HttpTraceWebFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/trace/reactive/HttpTraceWebFilter;

  public void setOrder(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
         0: .line 65
            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.actuate.web.trace.reactive.HttpTraceWebFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/trace/reactive/HttpTraceWebFilter;
    MethodParameters:
       Name  Flags
      order  

  public Mono<java.lang.Void> filter(ServerWebExchange, WebFilterChain);
    descriptor: (LServerWebExchange;LWebFilterChain;)LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tWebFilterChain cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/trace/reactive/HttpTraceWebFilter;
    Signature: (LServerWebExchange;LWebFilterChain;)LMono<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      exchange  
      chain     

  private <T> T asType(, java.lang.Class<T>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter 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.actuate.web.trace.reactive.HttpTraceWebFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/trace/reactive/HttpTraceWebFilter;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
        Name  Flags
      object  
      type    

  Mono<java.lang.Void> filter(ServerWebExchange, WebFilterChain, java.security.Principal, WebSession);
    descriptor: (LServerWebExchange;LWebFilterChain;Ljava/security/Principal;LWebSession;)LMono;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tWebFilterChain cannot be resolved to a type\n\tWebSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/trace/reactive/HttpTraceWebFilter;
    Signature: (LServerWebExchange;LWebFilterChain;Ljava/security/Principal;LWebSession;)LMono<Ljava/lang/Void;>;
    MethodParameters:
           Name  Flags
      exchange   
      chain      
      principal  
      session    

  java.lang.String getStartedSessionId(WebSession);
    descriptor: (LWebSession;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tWebSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/trace/reactive/HttpTraceWebFilter;
    MethodParameters:
         Name  Flags
      session  
}
SourceFile: "HttpTraceWebFilter.java"