public class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider implements org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
  super_class: java.lang.Object
{
  private final boolean ignoreTrailingSlash;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsContributor> contributors;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/metrics/web/reactive/server/WebFluxTagsContributor;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
         0: .line 41
            aload 0 /* this */
            iconst_0
            invokespecial org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider.<init>:(Z)V
         1: .line 42
            return
        end local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider;

  public void <init>(java.util.List<org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsContributor>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
        start local 1 // java.util.List contributors
         0: .line 51
            aload 0 /* this */
            iconst_0
            aload 1 /* contributors */
            invokespecial org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider.<init>:(ZLjava/util/List;)V
         1: .line 52
            return
        end local 1 // java.util.List contributors
        end local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider;
            0    2     1  contributors  Ljava/util/List<Lorg/springframework/boot/actuate/metrics/web/reactive/server/WebFluxTagsContributor;>;
    Signature: (Ljava/util/List<Lorg/springframework/boot/actuate/metrics/web/reactive/server/WebFluxTagsContributor;>;)V
    MethodParameters:
              Name  Flags
      contributors  

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
        start local 1 // boolean ignoreTrailingSlash
         0: .line 55
            aload 0 /* this */
            iload 1 /* ignoreTrailingSlash */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider.<init>:(ZLjava/util/List;)V
         1: .line 56
            return
        end local 1 // boolean ignoreTrailingSlash
        end local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider;
            0    2     1  ignoreTrailingSlash  Z
    MethodParameters:
                     Name  Flags
      ignoreTrailingSlash  

  public void <init>(boolean, java.util.List<org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsContributor>);
    descriptor: (ZLjava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
        start local 1 // boolean ignoreTrailingSlash
        start local 2 // java.util.List contributors
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            iload 1 /* ignoreTrailingSlash */
            putfield org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider.ignoreTrailingSlash:Z
         2: .line 68
            aload 0 /* this */
            aload 2 /* contributors */
            putfield org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider.contributors:Ljava/util/List;
         3: .line 69
            return
        end local 2 // java.util.List contributors
        end local 1 // boolean ignoreTrailingSlash
        end local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lorg/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider;
            0    4     1  ignoreTrailingSlash  Z
            0    4     2         contributors  Ljava/util/List<Lorg/springframework/boot/actuate/metrics/web/reactive/server/WebFluxTagsContributor;>;
    Signature: (ZLjava/util/List<Lorg/springframework/boot/actuate/metrics/web/reactive/server/WebFluxTagsContributor;>;)V
    MethodParameters:
                     Name  Flags
      ignoreTrailingSlash  
      contributors         

  public java.lang.Iterable<Tag> httpRequestTags(ServerWebExchange, java.lang.Throwable);
    descriptor: (LServerWebExchange;Ljava/lang/Throwable;)Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider this
         0: .line 72
            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\tTags cannot be resolved to a type\n\tTags cannot be resolved\n\tThe method exception(Throwable) from the type WebFluxTags 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.server.DefaultWebFluxTagsProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/web/reactive/server/DefaultWebFluxTagsProvider;
    Signature: (LServerWebExchange;Ljava/lang/Throwable;)Ljava/lang/Iterable<LTag;>;
    MethodParameters:
           Name  Flags
      exchange   
      exception  

  public java.lang.Iterable httpRequestTags(ServerWebExchange, java.lang.Throwable);
    descriptor: (LServerWebExchange;Ljava/lang/Throwable;)Ljava/lang/Iterable;
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type DefaultWebFluxTagsProvider must implement the inherited abstract method WebFluxTagsProvider.httpRequestTags(ServerWebExchange, Throwable)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
            
}
SourceFile: "DefaultWebFluxTagsProvider.java"