class org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory implements org.springframework.boot.web.embedded.undertow.HttpHandlerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory
  super_class: java.lang.Object
{
  private final DeploymentManager deploymentManager;
    descriptor: LDeploymentManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(DeploymentManager);
    descriptor: (LDeploymentManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tThe type DeploymentManagerHttpHandlerFactory must implement the inherited abstract method HttpHandlerFactory.getHandler(HttpHandler)\n\tDeploymentManager cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServerExchange cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/DeploymentManagerHttpHandlerFactory;
    MethodParameters:
                   Name  Flags
      deploymentManager  

  public HttpHandler getHandler(HttpHandler);
    descriptor: (LHttpHandler;)LHttpHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/DeploymentManagerHttpHandlerFactory;
    MethodParameters:
      Name  Flags
      next  

  DeploymentManager getDeploymentManager();
    descriptor: ()LDeploymentManager;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tDeploymentManager cannot be resolved to a type\n\tDeploymentManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/DeploymentManagerHttpHandlerFactory;
}
SourceFile: "DeploymentManagerHttpHandlerFactory.java"
NestMembers:
  org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory$DeploymentManagerHandler
InnerClasses:
  DeploymentManagerHandler = org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory$DeploymentManagerHandler of org.springframework.boot.web.embedded.undertow.DeploymentManagerHttpHandlerFactory