public class org.springframework.boot.actuate.metrics.MetricsEndpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.MetricsEndpoint
  super_class: java.lang.Object
{
  private final MeterRegistry registry;
    descriptor: LMeterRegistry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(MeterRegistry);
    descriptor: (LMeterRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tMeter cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tThe method parseTags(List<String>) from the type MetricsEndpoint refers to the missing type Tag\n\tMeter cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tMeter cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Tag\n\tThe method map(Function<? super String,? extends Tag>) from the type Stream<String> refers to the missing type Tag\n\tThe method parseTag(String) from the type MetricsEndpoint refers to the missing type Tag\n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n\tMeter cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tMeter cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tMeter cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tMeter cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tStatistic cannot be resolved\n\tMeter cannot be resolved to a type\n\tMeter cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tStatistic 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    MethodParameters:
          Name  Flags
      registry  

  public org.springframework.boot.actuate.metrics.MetricsEndpoint$ListNamesResponse listNames();
    descriptor: ()Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$ListNamesResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMeterRegistry 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()

  void collectNames(java.util.Set<java.lang.String>, MeterRegistry);
    descriptor: (Ljava/util/Set;LMeterRegistry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterRegistry cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tCompositeMeterRegistry 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;LMeterRegistry;)V
    MethodParameters:
          Name  Flags
      names     
      registry  

  java.lang.String getName(Meter);
    descriptor: (LMeter;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMeter 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    MethodParameters:
       Name  Flags
      meter  

  public org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse metric(java.lang.String, java.util.List<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$MetricResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 81
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tThe method parseTags(List<String>) from the type MetricsEndpoint refers to the missing type Tag\n\tMeter cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tStatistic cannot be resolved to a type\n\tMeter 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;)Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$MetricResponse;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.boot.actuate.endpoint.annotation.Selector()
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                    Name  Flags
      requiredMetricName  
      tag                 

  private java.util.List<Tag> parseTags(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type Tag\n\tThe method map(Function<? super String,? extends Tag>) from the type Stream<String> refers to the missing type Tag\n\tThe method parseTag(String) from the type MetricsEndpoint 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Ljava/util/List<LTag;>;
    MethodParameters:
      Name  Flags
      tags  

  private Tag parseTag(java.lang.String);
    descriptor: (Ljava/lang/String;)LTag;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTag cannot be resolved to a type\n\tTag cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    MethodParameters:
      Name  Flags
      tag   

  java.util.Collection<Meter> findFirstMatchingMeters(MeterRegistry, java.lang.String, java.lang.Iterable<Tag>);
    descriptor: (LMeterRegistry;Ljava/lang/String;Ljava/lang/Iterable;)Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeter cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tCompositeMeterRegistry cannot be resolved to a type\n\tCompositeMeterRegistry 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (LMeterRegistry;Ljava/lang/String;Ljava/lang/Iterable<LTag;>;)Ljava/util/Collection<LMeter;>;
    MethodParameters:
          Name  Flags
      registry  
      name      
      tags      

  java.util.Collection<Meter> findFirstMatchingMeters(CompositeMeterRegistry, java.lang.String, java.lang.Iterable<Tag>);
    descriptor: (LCompositeMeterRegistry;Ljava/lang/String;Ljava/lang/Iterable;)Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeter cannot be resolved to a type\n\tCompositeMeterRegistry 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
        end local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (LCompositeMeterRegistry;Ljava/lang/String;Ljava/lang/Iterable<LTag;>;)Ljava/util/Collection<LMeter;>;
    MethodParameters:
           Name  Flags
      composite  
      name       
      tags       

  private java.util.Map<Statistic, java.lang.Double> getSamples(java.util.Collection<Meter>);
    descriptor: (Ljava/util/Collection;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tStatistic cannot be resolved to a type\n\tMeter cannot be resolved to a type\n\tStatistic 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (Ljava/util/Collection<LMeter;>;)Ljava/util/Map<LStatistic;Ljava/lang/Double;>;
    MethodParameters:
        Name  Flags
      meters  

  void mergeMeasurements(java.util.Map<Statistic, java.lang.Double>, Meter);
    descriptor: (Ljava/util/Map;LMeter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tStatistic cannot be resolved to a type\n\tMeter 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (Ljava/util/Map<LStatistic;Ljava/lang/Double;>;LMeter;)V
    MethodParameters:
         Name  Flags
      samples  
      meter    

  java.util.function.BiFunction<java.lang.Double, java.lang.Double, java.lang.Double> mergeFunction(Statistic);
    descriptor: (LStatistic;)Ljava/util/function/BiFunction;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tStatistic cannot be resolved to a type\n\tStatistic cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (LStatistic;)Ljava/util/function/BiFunction<Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/Double;>;
    MethodParameters:
           Name  Flags
      statistic  

  private java.util.Map<java.lang.String, java.util.Set<java.lang.String>> getAvailableTags(java.util.Collection<Meter>);
    descriptor: (Ljava/util/Collection;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 139
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMeter 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (Ljava/util/Collection<LMeter;>;)Ljava/util/Map<Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;>;
    MethodParameters:
        Name  Flags
      meters  

  void mergeAvailableTags(java.util.Map<java.lang.String, java.util.Set<java.lang.String>>, Meter);
    descriptor: (Ljava/util/Map;LMeter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 145
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMeter 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.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;>;LMeter;)V
    MethodParameters:
               Name  Flags
      availableTags  
      meter          

  private <T> java.util.Set<T> merge(java.util.Set<T>, java.util.Set<T>);
    descriptor: (Ljava/util/Set;Ljava/util/Set;)Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 152
            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.metrics.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Set<TT;>;Ljava/util/Set<TT;>;)Ljava/util/Set<TT;>;
    MethodParameters:
      Name  Flags
      set1  
      set2  

  private <K, V, T> java.util.List<T> asList(java.util.Map<K, V>, java.util.function.BiFunction<K, V, T>);
    descriptor: (Ljava/util/Map;Ljava/util/function/BiFunction;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint this
         0: .line 159
            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.metrics.MetricsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;T:Ljava/lang/Object;>(Ljava/util/Map<TK;TV;>;Ljava/util/function/BiFunction<TK;TV;TT;>;)Ljava/util/List<TT;>;
    MethodParameters:
        Name  Flags
      map     
      mapper  
}
SourceFile: "MetricsEndpoint.java"
NestMembers:
  org.springframework.boot.actuate.metrics.MetricsEndpoint$AvailableTag  org.springframework.boot.actuate.metrics.MetricsEndpoint$ListNamesResponse  org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse  org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample
InnerClasses:
  public final AvailableTag = org.springframework.boot.actuate.metrics.MetricsEndpoint$AvailableTag of org.springframework.boot.actuate.metrics.MetricsEndpoint
  public final ListNamesResponse = org.springframework.boot.actuate.metrics.MetricsEndpoint$ListNamesResponse of org.springframework.boot.actuate.metrics.MetricsEndpoint
  public final MetricResponse = org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse of org.springframework.boot.actuate.metrics.MetricsEndpoint
  public final Sample = org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample of org.springframework.boot.actuate.metrics.MetricsEndpoint
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.Endpoint(id = "metrics")