| AddRequestProperties |
|
| CollectionPropsInjector |
Injects the collection properties into the Request
It is also responsible of sending NOT_FOUND in case of requests involving not
existing collections (that are not PUT)
|
| ContentSizeChecker |
|
| DbPropsInjector |
Injects the db properties into the MongoRequest
It is also responsible of sending NOT_FOUND in case of requests involving not
existing dbs (that are not PUT)
|
| JsonSchemaAfterWriteChecker |
Checks documents according to the specified JSON schema
This intercetor is able to check PATCH requests (excluding bulk PATCH).
|
| JsonSchemaBeforeWriteChecker |
Checks documents according to the specified JSON schema
This intercetor is able to check PUT and POST requests that don't use update
operators.
|
| MetadataCachesSingleton |
Caches for db and collection metadata
|
| NamespacesResponseFlattener |
The response of GET / and GET /db is an array of documents
This flattens the reponse in an array of strings (names of dbs and of
collections respectiverly)
|