public final class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
  super_class: java.lang.Object
{
  private static final java.lang.String DATA_REST_PATH_PATTERN_ATTRIBUTE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping.EFFECTIVE_REPOSITORY_RESOURCE_LOOKUP_PATH"

  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 Tag STATUS_UNKNOWN;
    descriptor: LTag;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

  private static final java.util.regex.Pattern MULTIPLE_SLASH_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.servlet.WebMvcTags this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.http cannot be resolved\n\tThe import javax.servlet.http cannot be resolved\n\tThe import io cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.web.servlet 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\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\tHttpServletRequest 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\tHttpServletResponse 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\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\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\tHttpStatus cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpStatus cannot be resolved\n\tHttpServletRequest cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a variable\n\tHttpServletRequest 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\tHttpServletResponse 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.servlet.WebMvcTags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/web/servlet/WebMvcTags;

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

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

  public static Tag uri(HttpServletRequest, HttpServletResponse);
    descriptor: (LHttpServletRequest;LHttpServletResponse;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse 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
      request   
      response  

  public static Tag uri(HttpServletRequest, HttpServletResponse, boolean);
    descriptor: (LHttpServletRequest;LHttpServletResponse;Z)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\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
      request              
      response             
      ignoreTrailingSlash  

  static HttpStatus extractStatus(HttpServletResponse);
    descriptor: (LHttpServletResponse;)LHttpStatus;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpStatus cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpStatus cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      response  

  static java.lang.String getMatchingPattern(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      request  

  static java.lang.String getPathInfo(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 159
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest 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
      request  

  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 172
            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(HttpServletResponse);
    descriptor: (LHttpServletResponse;)LTag;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tHttpServletResponse 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: "WebMvcTags.java"