final class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$UndertowServletInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$UndertowServletInitializer
  super_class: java.lang.Object
{
  private final org.springframework.boot.web.embedded.undertow.UndertowServletWebServer webServer;
    descriptor: Lorg/springframework/boot/web/embedded/undertow/UndertowServletWebServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(org.springframework.boot.web.embedded.undertow.UndertowServletWebServer);
    descriptor: (Lorg/springframework/boot/web/embedded/undertow/UndertowServletWebServer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$UndertowServletInitializer 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$UndertowServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/servlet/DispatcherServletHandlerMappings$UndertowServletInitializer;
    MethodParameters:
           Name  Flags
      webServer  

  void initializeServlet(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$UndertowServletInitializer this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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$UndertowServletInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/servlet/DispatcherServletHandlerMappings$UndertowServletInitializer;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "DispatcherServletHandlerMappings.java"
NestHost: org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings
InnerClasses:
  private final UndertowServletInitializer = org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings$UndertowServletInitializer of org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletHandlerMappings