final class org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandlerFactory implements org.springframework.boot.web.embedded.undertow.HttpHandlerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandlerFactory
  super_class: java.lang.Object
{
  private final java.io.Closeable closeable;
    descriptor: Ljava/io/Closeable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.io.Closeable);
    descriptor: (Ljava/io/Closeable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandlerFactory this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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 import io.undertow cannot be resolved\n\tThe import org.xnio cannot be resolved\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBuilder cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tThe method createUndertowServer() from the type UndertowWebServer refers to the missing type Undertow\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tThe method createHttpHandler() from the type UndertowWebServer refers to the missing type HttpHandler\n\tBuilder cannot be resolved to a type\n\tBuilder cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tThe method extractChannels() from the type UndertowWebServer refers to the missing type BoundChannel\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tBoundChannel cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tUndertow cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tGracefulShutdownHandler cannot be resolved to a type\n\tThe type UndertowWebServer.CloseableHttpHandlerFactory must implement the inherited abstract method HttpHandlerFactory.getHandler(HttpHandler)\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpServerExchange cannot be resolved to a type\n\tHttpHandler 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.UndertowWebServer$CloseableHttpHandlerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer$CloseableHttpHandlerFactory;
    MethodParameters:
           Name  Flags
      closeable  

  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.UndertowWebServer$CloseableHttpHandlerFactory this
         0: .line 390
            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\tHttpServerExchange 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.UndertowWebServer$CloseableHttpHandlerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/UndertowWebServer$CloseableHttpHandlerFactory;
    MethodParameters:
      Name  Flags
      next  
}
SourceFile: "UndertowWebServer.java"
NestHost: org.springframework.boot.web.embedded.undertow.UndertowWebServer
InnerClasses:
  private final CloseableHttpHandlerFactory = org.springframework.boot.web.embedded.undertow.UndertowWebServer$CloseableHttpHandlerFactory of org.springframework.boot.web.embedded.undertow.UndertowWebServer