public class io.dropwizard.jersey.setup.JerseyContainerHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jersey.setup.JerseyContainerHolder
  super_class: java.lang.Object
{
  private javax.servlet.Servlet container;
    descriptor: Ljavax/servlet/Servlet;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()

  public void <init>(javax.servlet.Servlet);
    descriptor: (Ljavax/servlet/Servlet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.setup.JerseyContainerHolder this
        start local 1 // javax.servlet.Servlet container
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 12
            aload 0 /* this */
            aload 1 /* container */
            putfield io.dropwizard.jersey.setup.JerseyContainerHolder.container:Ljavax/servlet/Servlet;
         2: .line 13
            return
        end local 1 // javax.servlet.Servlet container
        end local 0 // io.dropwizard.jersey.setup.JerseyContainerHolder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/dropwizard/jersey/setup/JerseyContainerHolder;
            0    3     1  container  Ljavax/servlet/Servlet;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        javax.annotation.Nullable()
    MethodParameters:
           Name  Flags
      container  

  public javax.servlet.Servlet getContainer();
    descriptor: ()Ljavax/servlet/Servlet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.setup.JerseyContainerHolder this
         0: .line 17
            aload 0 /* this */
            getfield io.dropwizard.jersey.setup.JerseyContainerHolder.container:Ljavax/servlet/Servlet;
            areturn
        end local 0 // io.dropwizard.jersey.setup.JerseyContainerHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/setup/JerseyContainerHolder;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()

  public void setContainer(javax.servlet.Servlet);
    descriptor: (Ljavax/servlet/Servlet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.setup.JerseyContainerHolder this
        start local 1 // javax.servlet.Servlet container
         0: .line 21
            aload 0 /* this */
            aload 1 /* container */
            putfield io.dropwizard.jersey.setup.JerseyContainerHolder.container:Ljavax/servlet/Servlet;
         1: .line 22
            return
        end local 1 // javax.servlet.Servlet container
        end local 0 // io.dropwizard.jersey.setup.JerseyContainerHolder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/dropwizard/jersey/setup/JerseyContainerHolder;
            0    2     1  container  Ljavax/servlet/Servlet;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        javax.annotation.Nullable()
    MethodParameters:
           Name  Flags
      container  
}
SourceFile: "JerseyContainerHolder.java"