public class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar implements org.springframework.boot.web.servlet.ServletContextInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
  super_class: java.lang.Object
{
  private static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final java.util.Collection<org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint> servletEndpoints;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/web/ExposableServletEndpoint;>;

  public void <init>(java.lang.String, java.util.Collection<org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type javax.servlet.ServletContext cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.servlet.ServletException cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.servlet.ServletContext cannot be resolved\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import javax.servlet.ServletRegistration cannot be resolved\n\tThe type ServletEndpointRegistrar must implement the inherited abstract method ServletContextInitializer.onStartup(ServletContext)\n\tServletContext cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tDynamic cannot be resolved to a type\n\tThe method getServlet() from the type EndpointServlet refers to the missing type Servlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/ServletEndpointRegistrar;
    Signature: (Ljava/lang/String;Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/web/ExposableServletEndpoint;>;)V
    MethodParameters:
                  Name  Flags
      basePath          
      servletEndpoints  

  private static java.lang.String cleanBasePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
          Name  Flags
      basePath  

  public void onStartup(ServletContext);
    descriptor: (LServletContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tServletException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/ServletEndpointRegistrar;
    Exceptions:
      throws ServletException
    MethodParameters:
                Name  Flags
      servletContext  

  void register(ServletContext, org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint);
    descriptor: (LServletContext;Lorg/springframework/boot/actuate/endpoint/web/ExposableServletEndpoint;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tDynamic cannot be resolved to a type\n\tThe method getServlet() from the type EndpointServlet refers to the missing type Servlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/ServletEndpointRegistrar;
    MethodParameters:
                Name  Flags
      servletContext  
      endpoint        
}
SourceFile: "ServletEndpointRegistrar.java"