private static final class Aggregates.GraphLookupStage<TExpression> extends java.lang.Object implements Bson
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
as |
private java.lang.String |
connectFromField |
private java.lang.String |
connectToField |
private java.lang.String |
from |
private GraphLookupOptions |
options |
private TExpression |
startWith |
Modifier | Constructor and Description |
---|---|
private |
GraphLookupStage(java.lang.String from,
TExpression startWith,
java.lang.String connectFromField,
java.lang.String connectToField,
java.lang.String as,
GraphLookupOptions options) |
Modifier and Type | Method and Description |
---|---|
<TDocument> |
toBsonDocument(java.lang.Class<TDocument> tDocumentClass,
CodecRegistry codecRegistry)
Render the filter into a BsonDocument.
|
java.lang.String |
toString() |
private final java.lang.String from
private final TExpression startWith
private final java.lang.String connectFromField
private final java.lang.String connectToField
private final java.lang.String as
private final GraphLookupOptions options
private GraphLookupStage(java.lang.String from, TExpression startWith, java.lang.String connectFromField, java.lang.String connectToField, java.lang.String as, GraphLookupOptions options)
public <TDocument> BsonDocument toBsonDocument(java.lang.Class<TDocument> tDocumentClass, CodecRegistry codecRegistry)
Bson
toBsonDocument
in interface Bson
TDocument
- the type of the document classtDocumentClass
- the document class in scope for the collection. This parameter may be ignored, but it may be used to alter
the structure of the returned BsonDocument
based on some knowledge of the document class.codecRegistry
- the codec registry. This parameter may be ignored, but it may be used to look up Codec
instances for
the document class or any other related class.public java.lang.String toString()
toString
in class java.lang.Object