public class io.vertx.ext.web.handler.impl.UserSessionHandlerImpl implements io.vertx.ext.web.handler.UserSessionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.handler.impl.UserSessionHandlerImpl
  super_class: java.lang.Object
{
  private static final java.lang.String SESSION_USER_HOLDER_KEY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "__vertx.userHolder"

  private final io.vertx.ext.auth.AuthProvider authProvider;
    descriptor: Lio/vertx/ext/auth/AuthProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.ext.auth.AuthProvider);
    descriptor: (Lio/vertx/ext/auth/AuthProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.UserSessionHandlerImpl this
        start local 1 // io.vertx.ext.auth.AuthProvider authProvider
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* authProvider */
            putfield io.vertx.ext.web.handler.impl.UserSessionHandlerImpl.authProvider:Lio/vertx/ext/auth/AuthProvider;
         2: .line 38
            return
        end local 1 // io.vertx.ext.auth.AuthProvider authProvider
        end local 0 // io.vertx.ext.web.handler.impl.UserSessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/ext/web/handler/impl/UserSessionHandlerImpl;
            0    3     1  authProvider  Lio/vertx/ext/auth/AuthProvider;
    MethodParameters:
              Name  Flags
      authProvider  

  public void handle(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.vertx.ext.web.handler.impl.UserSessionHandlerImpl this
        start local 1 // io.vertx.ext.web.RoutingContext routingContext
         0: .line 42
            aload 1 /* routingContext */
            invokeinterface io.vertx.ext.web.RoutingContext.session:()Lio/vertx/ext/web/Session;
            astore 2 /* session */
        start local 2 // io.vertx.ext.web.Session session
         1: .line 43
            aload 2 /* session */
            ifnull 19
         2: .line 44
            aconst_null
            astore 3 /* user */
        start local 3 // io.vertx.ext.auth.User user
         3: .line 45
            aload 2 /* session */
            ldc "__vertx.userHolder"
            invokeinterface io.vertx.ext.web.Session.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.vertx.ext.web.handler.impl.UserHolder
            astore 4 /* holder */
        start local 4 // io.vertx.ext.web.handler.impl.UserHolder holder
         4: .line 46
            aload 4 /* holder */
            ifnull 16
         5: .line 47
            aload 4 /* holder */
            getfield io.vertx.ext.web.handler.impl.UserHolder.context:Lio/vertx/ext/web/RoutingContext;
            astore 5 /* prevContext */
        start local 5 // io.vertx.ext.web.RoutingContext prevContext
         6: .line 48
            aload 5 /* prevContext */
            ifnull 9
         7: .line 49
            aload 5 /* prevContext */
            invokeinterface io.vertx.ext.web.RoutingContext.user:()Lio/vertx/ext/auth/User;
            astore 3 /* user */
         8: .line 50
            goto 14
      StackMap locals: io.vertx.ext.web.handler.impl.UserSessionHandlerImpl io.vertx.ext.web.RoutingContext io.vertx.ext.web.Session io.vertx.ext.auth.User io.vertx.ext.web.handler.impl.UserHolder io.vertx.ext.web.RoutingContext
      StackMap stack:
         9: aload 4 /* holder */
            getfield io.vertx.ext.web.handler.impl.UserHolder.user:Lio/vertx/ext/auth/User;
            ifnull 14
        10: .line 51
            aload 4 /* holder */
            getfield io.vertx.ext.web.handler.impl.UserHolder.user:Lio/vertx/ext/auth/User;
            astore 3 /* user */
        11: .line 52
            aload 3 /* user */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.impl.UserSessionHandlerImpl.authProvider:Lio/vertx/ext/auth/AuthProvider;
            invokeinterface io.vertx.ext.auth.User.setAuthProvider:(Lio/vertx/ext/auth/AuthProvider;)V
        12: .line 53
            aload 4 /* holder */
            aload 1 /* routingContext */
            putfield io.vertx.ext.web.handler.impl.UserHolder.context:Lio/vertx/ext/web/RoutingContext;
        13: .line 54
            aload 4 /* holder */
            aconst_null
            putfield io.vertx.ext.web.handler.impl.UserHolder.user:Lio/vertx/ext/auth/User;
        14: .line 56
      StackMap locals:
      StackMap stack:
            aload 4 /* holder */
            aload 1 /* routingContext */
            putfield io.vertx.ext.web.handler.impl.UserHolder.context:Lio/vertx/ext/web/RoutingContext;
        end local 5 // io.vertx.ext.web.RoutingContext prevContext
        15: .line 57
            goto 17
        16: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* routingContext */
            aload 1 /* routingContext */
            aload 2 /* session */
            invokedynamic handle(Lio/vertx/ext/web/RoutingContext;Lio/vertx/ext/web/Session;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/impl/UserSessionHandlerImpl.lambda$0(Lio/vertx/ext/web/RoutingContext;Lio/vertx/ext/web/Session;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.ext.web.RoutingContext.addHeadersEndHandler:(Lio/vertx/core/Handler;)I
            pop
        17: .line 66
      StackMap locals:
      StackMap stack:
            aload 3 /* user */
            ifnull 19
        18: .line 67
            aload 1 /* routingContext */
            aload 3 /* user */
            invokeinterface io.vertx.ext.web.RoutingContext.setUser:(Lio/vertx/ext/auth/User;)V
        end local 4 // io.vertx.ext.web.handler.impl.UserHolder holder
        end local 3 // io.vertx.ext.auth.User user
        19: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* routingContext */
            invokeinterface io.vertx.ext.web.RoutingContext.next:()V
        20: .line 71
            return
        end local 2 // io.vertx.ext.web.Session session
        end local 1 // io.vertx.ext.web.RoutingContext routingContext
        end local 0 // io.vertx.ext.web.handler.impl.UserSessionHandlerImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0            this  Lio/vertx/ext/web/handler/impl/UserSessionHandlerImpl;
            0   21     1  routingContext  Lio/vertx/ext/web/RoutingContext;
            1   21     2         session  Lio/vertx/ext/web/Session;
            3   19     3            user  Lio/vertx/ext/auth/User;
            4   19     4          holder  Lio/vertx/ext/web/handler/impl/UserHolder;
            6   15     5     prevContext  Lio/vertx/ext/web/RoutingContext;
    MethodParameters:
                Name  Flags
      routingContext  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.ext.web.RoutingContext
            invokevirtual io.vertx.ext.web.handler.impl.UserSessionHandlerImpl.handle:(Lio/vertx/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.ext.web.RoutingContext, io.vertx.ext.web.Session, java.lang.Void);
    descriptor: (Lio/vertx/ext/web/RoutingContext;Lio/vertx/ext/web/Session;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 61
            aload 0
            invokeinterface io.vertx.ext.web.RoutingContext.user:()Lio/vertx/ext/auth/User;
            ifnull 2
         1: .line 62
            aload 1
            ldc "__vertx.userHolder"
            new io.vertx.ext.web.handler.impl.UserHolder
            dup
            aload 0
            invokespecial io.vertx.ext.web.handler.impl.UserHolder.<init>:(Lio/vertx/ext/web/RoutingContext;)V
            invokeinterface io.vertx.ext.web.Session.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/Session;
            pop
         2: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2     v  Ljava/lang/Void;
}
SourceFile: "UserSessionHandlerImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()