public class io.dropwizard.jersey.setup.JerseyServletContainer extends org.glassfish.jersey.servlet.ServletContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jersey.setup.JerseyServletContainer
  super_class: org.glassfish.jersey.servlet.ServletContainer
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3747494819983708680

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.setup.JerseyServletContainer this
         0: .line 17
            aload 0 /* this */
            invokespecial org.glassfish.jersey.servlet.ServletContainer.<init>:()V
         1: .line 18
            return
        end local 0 // io.dropwizard.jersey.setup.JerseyServletContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/jersey/setup/JerseyServletContainer;

  public void <init>(io.dropwizard.jersey.DropwizardResourceConfig);
    descriptor: (Lio/dropwizard/jersey/DropwizardResourceConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.setup.JerseyServletContainer this
        start local 1 // io.dropwizard.jersey.DropwizardResourceConfig resourceConfig
         0: .line 25
            aload 0 /* this */
            aload 1 /* resourceConfig */
            invokespecial org.glassfish.jersey.servlet.ServletContainer.<init>:(Lorg/glassfish/jersey/server/ResourceConfig;)V
         1: .line 26
            return
        end local 1 // io.dropwizard.jersey.DropwizardResourceConfig resourceConfig
        end local 0 // io.dropwizard.jersey.setup.JerseyServletContainer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/dropwizard/jersey/setup/JerseyServletContainer;
            0    2     1  resourceConfig  Lio/dropwizard/jersey/DropwizardResourceConfig;
    MethodParameters:
                Name  Flags
      resourceConfig  
}
SourceFile: "JerseyServletContainer.java"