public final class io.dropwizard.jersey.sessions.FlashFactory extends org.glassfish.jersey.server.internal.inject.AbstractContainerRequestValueFactory<io.dropwizard.jersey.sessions.Flash<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.dropwizard.jersey.sessions.FlashFactory
  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.FlashFactory this
        start local 1 // boolean doNotCreate
         0: .line 17
            aload 0 /* this */
            invokespecial org.glassfish.jersey.server.internal.inject.AbstractContainerRequestValueFactory.<init>:()V
         1: .line 18
            aload 0 /* this */
            iload 1 /* doNotCreate */
            putfield io.dropwizard.jersey.sessions.FlashFactory.doNotCreate:Z
         2: .line 19
            return
        end local 1 // boolean doNotCreate
        end local 0 // io.dropwizard.jersey.sessions.FlashFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/dropwizard/jersey/sessions/FlashFactory;
            0    3     1  doNotCreate  Z
    MethodParameters:
             Name  Flags
      doNotCreate  

  public io.dropwizard.jersey.sessions.Flash<?> provide();
    descriptor: ()Lio/dropwizard/jersey/sessions/Flash;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.dropwizard.jersey.sessions.FlashFactory this
         0: .line 25
            aload 0 /* this */
            getfield io.dropwizard.jersey.sessions.FlashFactory.request:Ljavax/servlet/http/HttpServletRequest;
            ifnonnull 2
         1: .line 26
            aconst_null
            areturn
         2: .line 29
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.dropwizard.jersey.sessions.FlashFactory.request:Ljavax/servlet/http/HttpServletRequest;
            aload 0 /* this */
            getfield io.dropwizard.jersey.sessions.FlashFactory.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.FlashFactory
      StackMap stack: javax.servlet.http.HttpServletRequest int
         4: invokeinterface javax.servlet.http.HttpServletRequest.getSession:(Z)Ljavax/servlet/http/HttpSession;
            astore 1 /* session */
        start local 1 // javax.servlet.http.HttpSession session
         5: .line 30
            aload 1 /* session */
            ifnull 7
         6: .line 31
            new io.dropwizard.jersey.sessions.Flash
            dup
            aload 1 /* session */
            invokespecial io.dropwizard.jersey.sessions.Flash.<init>:(Ljavax/servlet/http/HttpSession;)V
            areturn
         7: .line 34
      StackMap locals: javax.servlet.http.HttpSession
      StackMap stack:
            aconst_null
            areturn
        end local 1 // javax.servlet.http.HttpSession session
        end local 0 // io.dropwizard.jersey.sessions.FlashFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/dropwizard/jersey/sessions/FlashFactory;
            5    8     1  session  Ljavax/servlet/http/HttpSession;
    Signature: ()Lio/dropwizard/jersey/sessions/Flash<*>;
    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.FlashFactory.provide:()Lio/dropwizard/jersey/sessions/Flash;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/glassfish/jersey/server/internal/inject/AbstractContainerRequestValueFactory<Lio/dropwizard/jersey/sessions/Flash<*>;>;
SourceFile: "FlashFactory.java"