public class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
  super_class: java.lang.Object
{
  private final MeterRegistry meterRegistry;
    descriptor: LMeterRegistry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Iterable<Tag> tags;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Iterable<LTag;>;

  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.web.jetty.JettyServerThreadPoolMetricsBinder this
         0: .line 21
            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 org.eclipse cannot be resolved\n\tMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tThreadPool cannot be resolved to a type\n\tThe method findThreadPool(ApplicationContext) from the type JettyServerThreadPoolMetricsBinder refers to the missing type ThreadPool\n\tJettyServerThreadPoolMetrics cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tThreadPool cannot be resolved to a type\n\tThe type org.eclipse.jetty.server.Server cannot be resolved. It is indirectly referenced from required .class files\n\tThe method getServer() from the type JettyWebServer refers to the missing type Server\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/web/jetty/JettyServerThreadPoolMetricsBinder;
    MethodParameters:
               Name  Flags
      meterRegistry  

  public void <init>(MeterRegistry, java.lang.Iterable<Tag>);
    descriptor: (LMeterRegistry;Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder this
         0: .line 21
            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 org.eclipse cannot be resolved\n\tMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tThreadPool cannot be resolved to a type\n\tThe method findThreadPool(ApplicationContext) from the type JettyServerThreadPoolMetricsBinder refers to the missing type ThreadPool\n\tJettyServerThreadPoolMetrics cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tThreadPool cannot be resolved to a type\n\tThe type org.eclipse.jetty.server.Server cannot be resolved. It is indirectly referenced from required .class files\n\tThe method getServer() from the type JettyWebServer refers to the missing type Server\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/web/jetty/JettyServerThreadPoolMetricsBinder;
    Signature: (LMeterRegistry;Ljava/lang/Iterable<LTag;>;)V
    MethodParameters:
               Name  Flags
      meterRegistry  
      tags           

  public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent);
    descriptor: (Lorg/springframework/boot/context/event/ApplicationStartedEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThreadPool cannot be resolved to a type\n\tThe method findThreadPool(ApplicationContext) from the type JettyServerThreadPoolMetricsBinder refers to the missing type ThreadPool\n\tJettyServerThreadPoolMetrics cannot be resolved to a type\n\tTag cannot be resolved to a type\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.web.jetty.JettyServerThreadPoolMetricsBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/web/jetty/JettyServerThreadPoolMetricsBinder;
    MethodParameters:
       Name  Flags
      event  

  private ThreadPool findThreadPool(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)LThreadPool;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThreadPool cannot be resolved to a type\n\tThe type org.eclipse.jetty.server.Server cannot be resolved. It is indirectly referenced from required .class files\n\tThe method getServer() from the type JettyWebServer refers to the missing type Server\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/web/jetty/JettyServerThreadPoolMetricsBinder;
    MethodParameters:
                    Name  Flags
      applicationContext  
}
Signature: Ljava/lang/Object;Lorg/springframework/context/ApplicationListener<Lorg/springframework/boot/context/event/ApplicationStartedEvent;>;
SourceFile: "JettyServerThreadPoolMetricsBinder.java"