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

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

  void <init>(Statistic, java.lang.Double);
    descriptor: (LStatistic;Ljava/lang/Double;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample 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$Sample this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$Sample;
    MethodParameters:
           Name  Flags
      statistic  
      value      

  public Statistic getStatistic();
    descriptor: ()LStatistic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample this
         0: .line 265
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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$Sample this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$Sample;

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

  public java.lang.String toString();
    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$Sample this
         0: .line 275
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \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$Sample this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/MetricsEndpoint$Sample;
}
SourceFile: "MetricsEndpoint.java"
NestHost: org.springframework.boot.actuate.metrics.MetricsEndpoint
InnerClasses:
  public final Sample = org.springframework.boot.actuate.metrics.MetricsEndpoint$Sample of org.springframework.boot.actuate.metrics.MetricsEndpoint