Skip to content

🗃️ DOP-5399 adds ast files #647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: DOP-5399-CB
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,457 changes: 1,457 additions & 0 deletions source/api-documentation/core.ast

Large diffs are not rendered by default.

22,263 changes: 22,263 additions & 0 deletions source/api-documentation/core/allclasses-index.ast

Large diffs are not rendered by default.

1,312 changes: 1,312 additions & 0 deletions source/api-documentation/core/allpackages-index.ast

Large diffs are not rendered by default.

4,067 changes: 4,067 additions & 0 deletions source/api-documentation/core/com/mongodb/AuthenticationMechanism.ast

Large diffs are not rendered by default.

5,441 changes: 5,441 additions & 0 deletions source/api-documentation/core/com/mongodb/AutoEncryptionSettings.Builder.ast

Large diffs are not rendered by default.

5,867 changes: 5,867 additions & 0 deletions source/api-documentation/core/com/mongodb/AutoEncryptionSettings.ast

Large diffs are not rendered by default.

2,029 changes: 2,029 additions & 0 deletions source/api-documentation/core/com/mongodb/AwsCredential.ast

Large diffs are not rendered by default.

2,169 changes: 2,169 additions & 0 deletions source/api-documentation/core/com/mongodb/BSONTimestampCodec.ast

Large diffs are not rendered by default.

3,303 changes: 3,303 additions & 0 deletions source/api-documentation/core/com/mongodb/BasicDBList.ast

Large diffs are not rendered by default.

8,828 changes: 8,828 additions & 0 deletions source/api-documentation/core/com/mongodb/BasicDBObject.ast

Large diffs are not rendered by default.

3,657 changes: 3,657 additions & 0 deletions source/api-documentation/core/com/mongodb/BasicDBObjectBuilder.ast

Large diffs are not rendered by default.

717 changes: 717 additions & 0 deletions source/api-documentation/core/com/mongodb/Block.ast

Large diffs are not rendered by default.

4,090 changes: 4,090 additions & 0 deletions source/api-documentation/core/com/mongodb/ClientEncryptionSettings.Builder.ast

Large diffs are not rendered by default.

4,258 changes: 4,258 additions & 0 deletions source/api-documentation/core/com/mongodb/ClientEncryptionSettings.ast

Large diffs are not rendered by default.

2,498 changes: 2,498 additions & 0 deletions source/api-documentation/core/com/mongodb/ClientSessionOptions.Builder.ast

Large diffs are not rendered by default.

3,642 changes: 3,642 additions & 0 deletions source/api-documentation/core/com/mongodb/ClientSessionOptions.ast

Large diffs are not rendered by default.

16,427 changes: 16,427 additions & 0 deletions source/api-documentation/core/com/mongodb/ConnectionString.ast

Large diffs are not rendered by default.

305 changes: 305 additions & 0 deletions source/api-documentation/core/com/mongodb/ContextProvider.ast
Original file line number Diff line number Diff line change
@@ -0,0 +1,305 @@
{
"type": "root",
"children": [
{
"type": "section",
"children": [
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "heading",
"id": "interface-contextprovider",
"osiris_ignore_coverage": false,
"children": [
{
"type": "text",
"value": "Interface ContextProvider",
"is_inline": true
}
]
},
{
"type": "directive",
"name": "contents",
"children": [],
"argument": [
{
"type": "text",
"value": "On this Page",
"is_inline": true
}
],
"options": {
"local": true,
"backlinks": "none",
"depth": 2,
"class": "singlecol"
}
},
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "section",
"children": [
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "line_block",
"children": [
{
"type": "line",
"children": [
{
"type": "reference",
"children": [
{
"type": "text",
"value": "@ThreadSafe",
"is_inline": true
}
],
"refuri": "api-documentation/core/com/mongodb/annotations/ThreadSafe",
"is_inline": true
},
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "text",
"value": "public interface ",
"is_inline": true
},
{
"type": "literal",
"children": [
{
"type": "text",
"value": "ContextProvider",
"is_inline": true
}
],
"is_inline": true
}
]
}
]
},
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "A marker interface for providers of ",
"is_inline": true
},
{
"type": "literal",
"children": [
{
"type": "text",
"value": "RequestContext",
"is_inline": true
}
],
"is_inline": true
},
{
"type": "text",
"value": ". Sub-interfaces in higher-level modules define methods that actually\n return instances of ",
"is_inline": true
},
{
"type": "literal",
"children": [
{
"type": "text",
"value": "RequestContext",
"is_inline": true
}
],
"is_inline": true
},
{
"type": "text",
"value": ", depending on whether the client is synchronous or reactive.",
"is_inline": true
}
]
},
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "definitionList",
"children": [
{
"type": "definitionListItem",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "4.4",
"is_inline": true
}
]
}
],
"term": [
{
"type": "text",
"value": "Since:",
"is_inline": true
}
]
},
{
"type": "definitionListItem",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "list",
"enumtype": "unordered",
"children": [
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "reference",
"children": [
{
"type": "literal",
"children": [
{
"type": "text",
"value": "RequestContext",
"is_inline": true
}
],
"is_inline": true
}
],
"refuri": "api-documentation/core/com/mongodb/RequestContext",
"is_inline": true
},
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "reference",
"children": [
{
"type": "literal",
"children": [
{
"type": "text",
"value": "MongoClientSettings.getContextProvider()",
"is_inline": true
}
],
"is_inline": true
}
],
"refuri": "api-documentation/core/com/mongodb/MongoClientSettings#getContextProvider()",
"is_inline": true
},
{
"type": "text",
"value": "\n",
"is_inline": true
}
]
},
{
"type": "text",
"value": "\n",
"is_inline": true
}
]
}
],
"term": [
{
"type": "text",
"value": "See Also:",
"is_inline": true
}
]
}
]
},
{
"type": "text",
"value": "\n",
"is_inline": true
}
]
},
{
"type": "text",
"value": "\n",
"is_inline": true
},
{
"type": "text",
"value": "\n",
"is_inline": true
}
]
},
{
"type": "directive",
"name": "facet",
"children": [],
"argument": [],
"options": {
"name": "genre",
"values": "reference"
}
}
],
"options": {
"osiris": true
},
"fileid": "api-documentation/core/com/mongodb/ContextProvider.ast"
}
Loading