Inherited from Serializable
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.Generated handler will map the
url
field in your code to_id
field in BSONthe desired key to use in BSON