public final class io.dropwizard.jersey.sessions.HttpSessionFactory extends org.glassfish.jersey.server.internal.inject.AbstractContainerRequestValueFactory<javax.servlet.http.HttpSession>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.dropwizard.jersey.sessions.HttpSessionFactory
  super_class: org.glassfish.jersey.server.internal.inject.AbstractContainerRequestValueFactory
{
  private javax.servlet.http.HttpServletRequest request;
    descriptor: Ljavax/servlet/http/HttpServletRequest;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.ws.rs.core.Context()
      javax.annotation.Nullable()

  private boolean doNotCreate;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.sessions.HttpSessionFactory this
        start local 1 // boolean doNotCreate
         0: .line 16
            aload 0 /* this */
            invokespecial org.glassfish.jersey.server.internal.inject.AbstractContainerRequestValueFactory.<init>:()V
         1: .line 17
            aload 0 /* this */
            iload 1 /* doNotCreate */
            putfield io.dropwizard.jersey.sessions.HttpSessionFactory.doNotCreate:Z
         2: .line 18
            return
        end local 1 // boolean doNotCreate
        end local 0 // io.dropwizard.jersey.sessions.HttpSessionFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/dropwizard/jersey/sessions/HttpSessionFactory;
            0    3     1  doNotCreate  Z
    MethodParameters:
             Name  Flags
      doNotCreate  

  public javax.servlet.http.HttpSession provide();
    descriptor: ()Ljavax/servlet/http/HttpSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.sessions.HttpSessionFactory this
         0: .line 23
            aload 0 /* this */
            getfield io.dropwizard.jersey.sessions.HttpSessionFactory.request:Ljavax/servlet/http/HttpServletRequest;
            ifnonnull 2
         1: .line 24
            aconst_null
            areturn
         2: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.dropwizard.jersey.sessions.HttpSessionFactory.request:Ljavax/servlet/http/HttpServletRequest;
            aload 0 /* this */
            getfield io.dropwizard.jersey.sessions.HttpSessionFactory.doNotCreate:Z
            ifeq 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack: javax.servlet.http.HttpServletRequest
         3: iconst_1
      StackMap locals: io.dropwizard.jersey.sessions.HttpSessionFactory
      StackMap stack: javax.servlet.http.HttpServletRequest int
         4: invokeinterface javax.servlet.http.HttpServletRequest.getSession:(Z)Ljavax/servlet/http/HttpSession;
            areturn
        end local 0 // io.dropwizard.jersey.sessions.HttpSessionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/dropwizard/jersey/sessions/HttpSessionFactory;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()

  public java.lang.Object provide();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.dropwizard.jersey.sessions.HttpSessionFactory.provide:()Ljavax/servlet/http/HttpSession;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/glassfish/jersey/server/internal/inject/AbstractContainerRequestValueFactory<Ljavax/servlet/http/HttpSession;>;
SourceFile: "HttpSessionFactory.java"