| Class | Description |
|---|---|
| CollectionNameFormatter |
To configure the default collection name strategy - default is camel case.
To be used before KMongo initialization.
|
| KMongoUtil |
Internal utility methods
|
| ObjectMappingConfiguration |
Default object mapping configuration options.
Set values before KMongo initialization.
|
| PairProjection<F1,F2> |
Pair projection (two fields).
|
| PatternUtil |
Provides pattern options copied from mongo PatternCodec.
|
| SimpleProjectionsKt | |
| SingleProjection<F> |
Single projection (one field only).
|
| TripleProjection<F1,F2,F3> |
Triple projection (three fields).
|
| UpdateConfiguration |
Default update operations configuration.
|