Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from StaticAnnotation
Inherited from Annotation
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
Key to any2stringadd[Key]
Inherited by implicit conversion StringFormat from
Key to StringFormat[Key]
Inherited by implicit conversion Ensuring from
Key to Ensuring[Key]
Inherited by implicit conversion ArrowAssoc from
Key to ArrowAssoc[Key]
Specify a key different from field name in your case class. Convenient to use when you'd like to leverage mongo's _id index but don't want to actually use
_id
in your code.Example
Generated handler will map the
url
field in your code to_id
field in BSONthe desired key to use in BSON