PascalCase
reactivemongo.api.bson.FieldNaming.PascalCase
object PascalCase extends FieldNaming
For each class property, use the pascal case equivalent to name its field (e.g. fooBar -> FooBar).
import reactivemongo.api.bson.{ FieldNaming, MacroConfiguration }
val cfg: MacroConfiguration =
MacroConfiguration(fieldNaming = FieldNaming.PascalCase)
Attributes
- Graph
-
- Supertypes
- Self type
-
PascalCase.type
Members list
In this article