public class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.auth.mongo.MongoUserUtil> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;>;

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 71
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/auth/mongo/MongoUserUtil.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 72
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/auth/mongo/MongoUserUtil.getDelegate()Lio/vertx/ext/auth/mongo/MongoUserUtil; (5)
                  (Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;)Ljava/lang/Object;
         2: .line 71
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 73
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.Object o
         0: .line 60
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil that
         4: .line 63
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;

  public void <init>(io.vertx.ext.auth.mongo.MongoUserUtil);
    descriptor: (Lio/vertx/ext/auth/mongo/MongoUserUtil;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // io.vertx.ext.auth.mongo.MongoUserUtil delegate
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
         2: .line 79
            return
        end local 1 // io.vertx.ext.auth.mongo.MongoUserUtil delegate
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    3     1  delegate  Lio/vertx/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.Object delegate
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.auth.mongo.MongoUserUtil
            putfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
         2: .line 83
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.auth.mongo.MongoUserUtil getDelegate();
    descriptor: ()Lio/vertx/ext/auth/mongo/MongoUserUtil;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
         0: .line 86
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
            areturn
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;

  public static io.vertx.reactivex.ext.auth.mongo.MongoUserUtil create(io.vertx.reactivex.ext.mongo.MongoClient);
    descriptor: (Lio/vertx/reactivex/ext/mongo/MongoClient;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient client
         0: .line 95
            aload 0 /* client */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.getDelegate:()Lio/vertx/ext/mongo/MongoClient;
            invokestatic io.vertx.ext.auth.mongo.MongoUserUtil.create:(Lio/vertx/ext/mongo/MongoClient;)Lio/vertx/ext/auth/mongo/MongoUserUtil;
            invokestatic io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.newInstance:(Lio/vertx/ext/auth/mongo/MongoUserUtil;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil ret
         1: .line 96
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil ret
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient client
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  client  Lio/vertx/reactivex/ext/mongo/MongoClient;
            1    2     1     ret  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
        Name  Flags
      client  

  public static io.vertx.reactivex.ext.auth.mongo.MongoUserUtil create(io.vertx.reactivex.ext.mongo.MongoClient, io.vertx.ext.auth.mongo.MongoAuthenticationOptions, io.vertx.ext.auth.mongo.MongoAuthorizationOptions);
    descriptor: (Lio/vertx/reactivex/ext/mongo/MongoClient;Lio/vertx/ext/auth/mongo/MongoAuthenticationOptions;Lio/vertx/ext/auth/mongo/MongoAuthorizationOptions;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient client
        start local 1 // io.vertx.ext.auth.mongo.MongoAuthenticationOptions authenticationOptions
        start local 2 // io.vertx.ext.auth.mongo.MongoAuthorizationOptions authorizationOptions
         0: .line 107
            aload 0 /* client */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.getDelegate:()Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* authenticationOptions */
            aload 2 /* authorizationOptions */
            invokestatic io.vertx.ext.auth.mongo.MongoUserUtil.create:(Lio/vertx/ext/mongo/MongoClient;Lio/vertx/ext/auth/mongo/MongoAuthenticationOptions;Lio/vertx/ext/auth/mongo/MongoAuthorizationOptions;)Lio/vertx/ext/auth/mongo/MongoUserUtil;
            invokestatic io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.newInstance:(Lio/vertx/ext/auth/mongo/MongoUserUtil;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil ret
         1: .line 108
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil ret
        end local 2 // io.vertx.ext.auth.mongo.MongoAuthorizationOptions authorizationOptions
        end local 1 // io.vertx.ext.auth.mongo.MongoAuthenticationOptions authenticationOptions
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient client
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                 client  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  authenticationOptions  Lio/vertx/ext/auth/mongo/MongoAuthenticationOptions;
            0    2     2   authorizationOptions  Lio/vertx/ext/auth/mongo/MongoAuthorizationOptions;
            1    2     3                    ret  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
                       Name  Flags
      client                 
      authenticationOptions  
      authorizationOptions   

  public io.vertx.reactivex.ext.auth.mongo.MongoUserUtil createUser(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String password
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
            aload 1 /* username */
            aload 2 /* password */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.auth.mongo.MongoUserUtil.createUser:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/mongo/MongoUserUtil;
            pop
         1: .line 120
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String password
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     1       username  Ljava/lang/String;
            0    2     2       password  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
               Name  Flags
      username       
      password       
      resultHandler  

  public io.vertx.reactivex.ext.auth.mongo.MongoUserUtil createUser(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String password
         0: .line 131
            aload 0 /* this */
            aload 1 /* username */
            aload 2 /* password */
            invokedynamic handle()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/reactivex/ext/auth/mongo/MongoUserUtil.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.createUser:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
         1: .line 130
            areturn
        end local 2 // java.lang.String password
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     1  username  Ljava/lang/String;
            0    2     2  password  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      username  
      password  

  public io.reactivex.Single<java.lang.String> rxCreateUser(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String password
         0: .line 141
            aload 0 /* this */
            aload 1 /* username */
            aload 2 /* password */
            invokedynamic accept(Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/ext/auth/mongo/MongoUserUtil.lambda$3(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String password
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    1     1  username  Ljava/lang/String;
            0    1     2  password  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      username  
      password  

  public io.vertx.reactivex.ext.auth.mongo.MongoUserUtil createHashedUser(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String hash
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
            aload 1 /* username */
            aload 2 /* hash */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.auth.mongo.MongoUserUtil.createHashedUser:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/mongo/MongoUserUtil;
            pop
         1: .line 155
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String hash
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     1       username  Ljava/lang/String;
            0    2     2           hash  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
               Name  Flags
      username       
      hash           
      resultHandler  

  public io.vertx.reactivex.ext.auth.mongo.MongoUserUtil createHashedUser(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String hash
         0: .line 166
            aload 0 /* this */
            aload 1 /* username */
            aload 2 /* hash */
            invokedynamic handle()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/reactivex/ext/auth/mongo/MongoUserUtil.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.createHashedUser:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
         1: .line 165
            areturn
        end local 2 // java.lang.String hash
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     1  username  Ljava/lang/String;
            0    2     2      hash  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      username  
      hash      

  public io.reactivex.Single<java.lang.String> rxCreateHashedUser(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String hash
         0: .line 176
            aload 0 /* this */
            aload 1 /* username */
            aload 2 /* hash */
            invokedynamic accept(Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/ext/auth/mongo/MongoUserUtil.lambda$5(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String hash
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    1     1  username  Ljava/lang/String;
            0    1     2      hash  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      username  
      hash      

  public io.vertx.reactivex.ext.auth.mongo.MongoUserUtil createUserRolesAndPermissions(java.lang.String, java.util.List<java.lang.String>, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.util.List roles
        start local 3 // java.util.List permissions
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 190
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.delegate:Lio/vertx/ext/auth/mongo/MongoUserUtil;
            aload 1 /* username */
            aload 2 /* roles */
            aload 3 /* permissions */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.auth.mongo.MongoUserUtil.createUserRolesAndPermissions:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/mongo/MongoUserUtil;
            pop
         1: .line 191
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // java.util.List permissions
        end local 2 // java.util.List roles
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     1       username  Ljava/lang/String;
            0    2     2          roles  Ljava/util/List<Ljava/lang/String;>;
            0    2     3    permissions  Ljava/util/List<Ljava/lang/String;>;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
               Name  Flags
      username       
      roles          
      permissions    
      resultHandler  

  public io.vertx.reactivex.ext.auth.mongo.MongoUserUtil createUserRolesAndPermissions(java.lang.String, java.util.List<java.lang.String>, java.util.List<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.util.List roles
        start local 3 // java.util.List permissions
         0: .line 203
            aload 0 /* this */
            aload 1 /* username */
            aload 2 /* roles */
            aload 3 /* permissions */
            invokedynamic handle()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/reactivex/ext/auth/mongo/MongoUserUtil.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.createUserRolesAndPermissions:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
         1: .line 202
            areturn
        end local 3 // java.util.List permissions
        end local 2 // java.util.List roles
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     1     username  Ljava/lang/String;
            0    2     2        roles  Ljava/util/List<Ljava/lang/String;>;
            0    2     3  permissions  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
             Name  Flags
      username     
      roles        
      permissions  

  public io.reactivex.Single<java.lang.String> rxCreateUserRolesAndPermissions(java.lang.String, java.util.List<java.lang.String>, java.util.List<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 1 // java.lang.String username
        start local 2 // java.util.List roles
        start local 3 // java.util.List permissions
         0: .line 214
            aload 0 /* this */
            aload 1 /* username */
            aload 2 /* roles */
            aload 3 /* permissions */
            invokedynamic accept(Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Ljava/util/function/Consumer;
              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/reactivex/ext/auth/mongo/MongoUserUtil.lambda$7(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // java.util.List permissions
        end local 2 // java.util.List roles
        end local 1 // java.lang.String username
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    1     1     username  Ljava/lang/String;
            0    1     2        roles  Ljava/util/List<Ljava/lang/String;>;
            0    1     3  permissions  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
             Name  Flags
      username     
      roles        
      permissions  

  public static io.vertx.reactivex.ext.auth.mongo.MongoUserUtil newInstance(io.vertx.ext.auth.mongo.MongoUserUtil);
    descriptor: (Lio/vertx/ext/auth/mongo/MongoUserUtil;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.mongo.MongoUserUtil arg
         0: .line 220
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.<init>:(Lio/vertx/ext/auth/mongo/MongoUserUtil;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
         2: areturn
        end local 0 // io.vertx.ext.auth.mongo.MongoUserUtil arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/auth/mongo/MongoUserUtil;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 71
            new io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.auth.mongo.MongoUserUtil
            invokespecial io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.<init>:(Lio/vertx/ext/auth/mongo/MongoUserUtil;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 131
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$3(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 142
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.createUser:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            pop
         1: .line 143
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 166
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$5(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 177
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.createHashedUser:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            pop
         1: .line 178
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 203
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$7(java.lang.String, java.util.List, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 215
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.auth.mongo.MongoUserUtil.createUserRolesAndPermissions:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            pop
         1: .line 216
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.auth.mongo.MongoUserUtil this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/mongo/MongoUserUtil;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
}
SourceFile: "MongoUserUtil.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/auth/mongo/MongoUserUtil;)