public final class org.springframework.boot.actuate.endpoint.web.EndpointServlet
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.EndpointServlet
  super_class: java.lang.Object
{
  private final Servlet servlet;
    descriptor: LServlet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, java.lang.String> initParameters;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  private final int loadOnStartup;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Class<? extends Servlet>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.Servlet cannot be resolved\n\tThe import javax.servlet.ServletRegistration cannot be resolved\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe method instantiateClass(Class<? extends Servlet>) from the type EndpointServlet refers to the missing type Servlet\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tType mismatch: cannot convert from capture#3-of ? extends Servlet to Servlet\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet 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.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    Signature: (Ljava/lang/Class<+LServlet;>;)V
    MethodParameters:
         Name  Flags
      servlet  

  private static Servlet instantiateClass(java.lang.Class<? extends Servlet>);
    descriptor: (Ljava/lang/Class;)LServlet;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tType mismatch: cannot convert from capture#3-of ? extends Servlet to Servlet\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/Class<+LServlet;>;)LServlet;
    MethodParameters:
         Name  Flags
      servlet  

  public void <init>(Servlet);
    descriptor: (LServlet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.Servlet cannot be resolved\n\tThe import javax.servlet.ServletRegistration cannot be resolved\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe method instantiateClass(Class<? extends Servlet>) from the type EndpointServlet refers to the missing type Servlet\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet 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.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    MethodParameters:
         Name  Flags
      servlet  

  void <init>(Servlet, java.util.Map<java.lang.String, java.lang.String>, );
    descriptor: (LServlet;Ljava/util/Map;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.Servlet cannot be resolved\n\tThe import javax.servlet.ServletRegistration cannot be resolved\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe method instantiateClass(Class<? extends Servlet>) from the type EndpointServlet refers to the missing type Servlet\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet 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.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    Signature: (LServlet;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;I)V
    MethodParameters:
                Name  Flags
      servlet         
      initParameters  
      loadOnStartup   

  public org.springframework.boot.actuate.endpoint.web.EndpointServlet withInitParameter(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 65
            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.endpoint.web.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    MethodParameters:
       Name  Flags
      name   
      value  

  public org.springframework.boot.actuate.endpoint.web.EndpointServlet withInitParameters(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServlet 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.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    MethodParameters:
                Name  Flags
      initParameters  

  public org.springframework.boot.actuate.endpoint.web.EndpointServlet withLoadOnStartup(int);
    descriptor: (I)Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServlet 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.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    MethodParameters:
               Name  Flags
      loadOnStartup  

  Servlet getServlet();
    descriptor: ()LServlet;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServlet cannot be resolved to a type\n\tServlet 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.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;

  java.util.Map<java.lang.String, java.lang.String> getInitParameters();
    descriptor: ()Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 96
            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.endpoint.web.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  int getLoadOnStartup();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.EndpointServlet this
         0: .line 100
            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.endpoint.web.EndpointServlet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/EndpointServlet;
}
SourceFile: "EndpointServlet.java"