public final class org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String baseUnit;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample> measurements;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$Sample;>;

  private final java.util.List<org.springframework.boot.actuate.metrics.MetricsEndpoint$AvailableTag> availableTags;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$AvailableTag;>;

  void <init>(java.lang.String, java.lang.String, java.lang.String, java.util.List<org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample>, java.util.List<org.springframework.boot.actuate.metrics.MetricsEndpoint$AvailableTag>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse 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$MetricResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$MetricResponse;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$Sample;>;Ljava/util/List<Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$AvailableTag;>;)V
    MethodParameters:
               Name  Flags
      name           
      description    
      baseUnit       
      measurements   
      availableTags  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse this
         0: .line 205
            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$MetricResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$MetricResponse;

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse this
         0: .line 209
            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$MetricResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$MetricResponse;

  public java.lang.String getBaseUnit();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse this
         0: .line 213
            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$MetricResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$MetricResponse;

  public java.util.List<org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample> getMeasurements();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse this
         0: .line 217
            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$MetricResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$MetricResponse;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$Sample;>;

  public java.util.List<org.springframework.boot.actuate.metrics.MetricsEndpoint$AvailableTag> getAvailableTags();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint$MetricResponse this
         0: .line 221
            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$MetricResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$MetricResponse;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$AvailableTag;>;
}
SourceFile: "MetricsEndpoint.java"
NestHost: org.springframework.boot.actuate.metrics.MetricsEndpoint
InnerClasses:
  public final AvailableTag = org.springframework.boot.actuate.metrics.MetricsEndpoint$AvailableTag 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