class com.mongodb.internal.connection.NativeAuthenticator$1$1 implements com.mongodb.async.SingleResultCallback<org.bson.BsonDocument>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.internal.connection.NativeAuthenticator$1$1
super_class: java.lang.Object
{
final com.mongodb.internal.connection.NativeAuthenticator$1 this$1;
descriptor: Lcom/mongodb/internal/connection/NativeAuthenticator$1;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.mongodb.async.SingleResultCallback val$callback;
descriptor: Lcom/mongodb/async/SingleResultCallback;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.internal.connection.NativeAuthenticator$1, com.mongodb.async.SingleResultCallback);
descriptor: (Lcom/mongodb/internal/connection/NativeAuthenticator$1;Lcom/mongodb/async/SingleResultCallback;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield com.mongodb.internal.connection.NativeAuthenticator$1$1.this$1:Lcom/mongodb/internal/connection/NativeAuthenticator$1;
aload 0
aload 2
putfield com.mongodb.internal.connection.NativeAuthenticator$1$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/internal/connection/NativeAuthenticator$1$1;
MethodParameters:
Name Flags
this$0 final
val$callback final
public void onResult(org.bson.BsonDocument, java.lang.Throwable);
descriptor: (Lorg/bson/BsonDocument;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 3
1: aload 0
getfield com.mongodb.internal.connection.NativeAuthenticator$1$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
aconst_null
aload 0
getfield com.mongodb.internal.connection.NativeAuthenticator$1$1.this$1:Lcom/mongodb/internal/connection/NativeAuthenticator$1;
invokestatic com.mongodb.internal.connection.NativeAuthenticator$1.access$1:(Lcom/mongodb/internal/connection/NativeAuthenticator$1;)Lcom/mongodb/internal/connection/NativeAuthenticator;
aload 2
invokevirtual com.mongodb.internal.connection.NativeAuthenticator.translateThrowable:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield com.mongodb.internal.connection.NativeAuthenticator$1$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
aconst_null
aconst_null
invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
4: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/mongodb/internal/connection/NativeAuthenticator$1$1;
0 5 1 result Lorg/bson/BsonDocument;
0 5 2 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
result final
t final
public void onResult(java.lang.Object, java.lang.Throwable);
descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.bson.BsonDocument
aload 2
invokevirtual com.mongodb.internal.connection.NativeAuthenticator$1$1.onResult:(Lorg/bson/BsonDocument;Ljava/lang/Throwable;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Lorg/bson/BsonDocument;>;
SourceFile: "NativeAuthenticator.java"
EnclosingMethod: com.mongodb.internal.connection.NativeAuthenticator$1.onResult:(Lorg/bson/BsonDocument;Ljava/lang/Throwable;)V
NestHost: com.mongodb.internal.connection.NativeAuthenticator
InnerClasses:
com.mongodb.internal.connection.NativeAuthenticator$1
com.mongodb.internal.connection.NativeAuthenticator$1$1