public class io.undertow.servlet.api.ServletContainer$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.servlet.api.ServletContainer$Factory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.servlet.api.ServletContainer$Factory this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.servlet.api.ServletContainer$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/servlet/api/ServletContainer$Factory;

  public static io.undertow.servlet.api.ServletContainer newInstance();
    descriptor: ()Lio/undertow/servlet/api/ServletContainer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 47
            new io.undertow.servlet.core.ServletContainerImpl
            dup
            invokespecial io.undertow.servlet.core.ServletContainerImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ServletContainer.java"
NestHost: io.undertow.servlet.api.ServletContainer
InnerClasses:
  public Factory = io.undertow.servlet.api.ServletContainer$Factory of io.undertow.servlet.api.ServletContainer