final class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final DispatcherServlet dispatcherServlet;
    descriptor: LDispatcherServlet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final WebApplicationContext applicationContext;
    descriptor: LWebApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, DispatcherServlet, WebApplicationContext);
    descriptor: (Ljava/lang/String;LDispatcherServlet;LWebApplicationContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type org.apache.catalina.Context cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import org.apache.catalina.Container cannot be resolved\n\tThe import org.apache.catalina.Context cannot be resolved\n\tThe import org.apache.catalina.core cannot be resolved\n\tThe import org.springframework.web.context.WebApplicationContext cannot be resolved\n\tThe import org.springframework.web.servlet cannot be resolved\n\tThe import org.springframework.web.servlet cannot be resolved\n\tDispatcherServlet cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type HandlerMapping\n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tThe method findContext() from the type DispatcherServletHandlerMappings.TomcatServletInitializer refers to the missing type Context\n\tContext cannot be resolved to a type\n\tThe method getTomcat() from the type TomcatWebServer refers to the missing type Tomcat\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tContainer cannot be resolved to a type\n\tStandardWrapper cannot be resolved to a type\n\tStandardWrapper cannot be resolved to a type\n\tStandardWrapper cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe type io.undertow.servlet.api.DeploymentManager cannot be resolved. It is indirectly referenced from required .class files\n\tThe method getDeploymentManager() from the type UndertowServletWebServer refers to the missing type DeploymentManager\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.web.mappings.servlet.DispatcherServletHandlerMappings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/servlet/DispatcherServletHandlerMappings;
    MethodParameters:
                    Name  Flags
      name                
      dispatcherServlet   
      applicationContext  

  java.util.List<HandlerMapping> getHandlerMappings();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandlerMapping cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tThe method emptyList() from the type Collections refers to the missing type HandlerMapping\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/servlet/DispatcherServletHandlerMappings;
    Signature: ()Ljava/util/List<LHandlerMapping;>;

  private void initializeDispatcherServletIfPossible();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/servlet/DispatcherServletHandlerMappings;

  java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings this
         0: .line 82
            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.web.mappings.servlet.DispatcherServletHandlerMappings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/servlet/DispatcherServletHandlerMappings;
}
SourceFile: "DispatcherServletHandlerMappings.java"
NestMembers:
  org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$TomcatServletInitializer  org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$UndertowServletInitializer
InnerClasses:
  private final TomcatServletInitializer = org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$TomcatServletInitializer of org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings
  private final UndertowServletInitializer = org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$UndertowServletInitializer of org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings