public final class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
  super_class: java.lang.Object
{
  private static final java.lang.String URI_TEMPLATE_ATTRIBUTE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

  private static final Tag CLIENT_NAME_NONE;
    descriptor: LTag;
    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.client.WebClientExchangeTags this
         0: .line 22
            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.web.reactive.function.client.ClientRequest cannot be resolved\n\tThe import org.springframework.web.reactive.function.client.ClientResponse cannot be resolved\n\tThe import org.springframework.web.reactive.function.client.WebClient cannot be resolved\n\tWebClient 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\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tClientRequest cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tClientRequest cannot be resolved to a type\n\tTag cannot be resolved\n\tTag cannot be resolved to a type\n\tClientResponse 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\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tClientResponse 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\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tClientRequest 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\tClientResponse 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
        end local 0 // org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/web/reactive/client/WebClientExchangeTags;

  public static Tag method(ClientRequest);
    descriptor: (LClientRequest;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tClientRequest 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
      request  

  public static Tag uri(ClientRequest);
    descriptor: (LClientRequest;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tClientRequest 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
      request  

  private static java.lang.String extractPath(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 73
            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
      url   

  public static Tag status(ClientResponse, java.lang.Throwable);
    descriptor: (LClientResponse;Ljava/lang/Throwable;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tClientResponse 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\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
      response   
      throwable  

  public static Tag status(ClientResponse);
    descriptor: (LClientResponse;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tClientResponse 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
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      response  

  public static Tag status(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      throwable  

  public static Tag clientName(ClientRequest);
    descriptor: (LClientRequest;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tClientRequest cannot be resolved to a type\n\tTag 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
      request  

  public static Tag outcome(ClientResponse);
    descriptor: (LClientResponse;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 143
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tClientResponse 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
      response  
}
SourceFile: "WebClientExchangeTags.java"