class com.mongodb.operation.DistinctOperation$1 implements com.mongodb.operation.CommandOperationHelper$CommandReadTransformer<org.bson.BsonDocument, com.mongodb.operation.BatchCursor<T>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.operation.DistinctOperation$1
super_class: java.lang.Object
{
final com.mongodb.operation.DistinctOperation this$0;
descriptor: Lcom/mongodb/operation/DistinctOperation;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.operation.DistinctOperation);
descriptor: (Lcom/mongodb/operation/DistinctOperation;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.mongodb.operation.DistinctOperation$1.this$0:Lcom/mongodb/operation/DistinctOperation;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/operation/DistinctOperation$1;
MethodParameters:
Name Flags
this$0 final
public com.mongodb.operation.BatchCursor<T> apply(org.bson.BsonDocument, com.mongodb.binding.ConnectionSource, com.mongodb.connection.Connection);
descriptor: (Lorg/bson/BsonDocument;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/connection/Connection;)Lcom/mongodb/operation/BatchCursor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.mongodb.operation.DistinctOperation$1.this$0:Lcom/mongodb/operation/DistinctOperation;
aload 1
aload 3
invokeinterface com.mongodb.connection.Connection.getDescription:()Lcom/mongodb/connection/ConnectionDescription;
invokevirtual com.mongodb.operation.DistinctOperation.createQueryResult:(Lorg/bson/BsonDocument;Lcom/mongodb/connection/ConnectionDescription;)Lcom/mongodb/connection/QueryResult;
astore 4
start local 4 1: new com.mongodb.operation.QueryBatchCursor
dup
aload 4
iconst_0
iconst_0
aload 0
getfield com.mongodb.operation.DistinctOperation$1.this$0:Lcom/mongodb/operation/DistinctOperation;
getfield com.mongodb.operation.DistinctOperation.decoder:Lorg/bson/codecs/Decoder;
aload 2
invokespecial com.mongodb.operation.QueryBatchCursor.<init>:(Lcom/mongodb/connection/QueryResult;IILorg/bson/codecs/Decoder;Lcom/mongodb/binding/ConnectionSource;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/mongodb/operation/DistinctOperation$1;
0 2 1 result Lorg/bson/BsonDocument;
0 2 2 source Lcom/mongodb/binding/ConnectionSource;
0 2 3 connection Lcom/mongodb/connection/Connection;
1 2 4 queryResult Lcom/mongodb/connection/QueryResult<TT;>;
Signature: (Lorg/bson/BsonDocument;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/connection/Connection;)Lcom/mongodb/operation/BatchCursor<TT;>;
MethodParameters:
Name Flags
result final
source final
connection final
public java.lang.Object apply(java.lang.Object, com.mongodb.binding.ConnectionSource, com.mongodb.connection.Connection);
descriptor: (Ljava/lang/Object;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/connection/Connection;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast org.bson.BsonDocument
aload 2
aload 3
invokevirtual com.mongodb.operation.DistinctOperation$1.apply:(Lorg/bson/BsonDocument;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/connection/Connection;)Lcom/mongodb/operation/BatchCursor;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformer<Lorg/bson/BsonDocument;Lcom/mongodb/operation/BatchCursor<TT;>;>;
SourceFile: "DistinctOperation.java"
EnclosingMethod: com.mongodb.operation.DistinctOperation.transformer:()Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformer;
NestHost: com.mongodb.operation.DistinctOperation
InnerClasses:
abstract CommandReadTransformer = com.mongodb.operation.CommandOperationHelper$CommandReadTransformer of com.mongodb.operation.CommandOperationHelper
com.mongodb.operation.DistinctOperation$1