public final class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
  super_class: java.lang.Object
{
  private static final Tag URI_NOT_FOUND;
    descriptor: LTag;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final Tag URI_REDIRECTION;
    descriptor: LTag;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final Tag URI_ROOT;
    descriptor: LTag;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final Tag URI_UNKNOWN;
    descriptor: LTag;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final Tag EXCEPTION_NONE;
    descriptor: LTag;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.regex.Pattern FORWARD_SLASHES_PATTERN;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.web.reactive.HandlerMapping cannot be resolved\n\tThe import org.springframework.web.server cannot be resolved\n\tThe import org.springframework.web.util cannot be resolved\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a variable\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a variable\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tHttpStatus cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tHttpStatus cannot be resolved to a variable\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tThe method asTag() from the type Outcome refers to the missing type Tag\n\tServerWebExchange cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/web/reactive/server/WebFluxTags;

  public static Tag method(ServerWebExchange);
    descriptor: (LServerWebExchange;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tTag cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      exchange  

  public static Tag status(ServerWebExchange);
    descriptor: (LServerWebExchange;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a variable\n\tTag cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      exchange  

  public static Tag uri(ServerWebExchange);
    descriptor: (LServerWebExchange;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag 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
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      exchange  

  public static Tag uri(ServerWebExchange, boolean);
    descriptor: (LServerWebExchange;Z)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a variable\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tHttpStatus cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tHttpStatus cannot be resolved to a variable\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                     Name  Flags
      exchange             
      ignoreTrailingSlash  

  static java.lang.String getPathInfo(ServerWebExchange);
    descriptor: (LServerWebExchange;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 134
            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
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      exchange  

  private static java.lang.String removeTrailingSlash(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      text  

  public static Tag exception(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 154
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
           Name  Flags
      exception  

  public static Tag outcome(ServerWebExchange);
    descriptor: (LServerWebExchange;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 169
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tThe method asTag() from the type Outcome refers to the missing type Tag\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      exchange  

  static java.lang.Integer extractStatusCode(ServerWebExchange);
    descriptor: (LServerWebExchange;)Ljava/lang/Integer;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 175
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServerWebExchange cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      exchange  
}
SourceFile: "WebFluxTags.java"