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

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

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