Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Created by Guest
Created on Dec 26, 2023

Take possible SerialName annotation into account for the query DSL (Kotlin)

Hey, I'm talking about the kotlin-driver (there was no kotlin selectable in the dropdown, so I chose "Java" since the kotlin driver is based on the java driver). When using the kotlin-driver with kotlinx.serialization it's a bit complicated to write refactoring-safe queries, because when using the KProperty.name reference like in the examples of the documentation a possible `@SerialName` annotation is not considered. I'd like an API matching what KMongo provided that you can just reference the KPropery, and the driver under the hood decides whether to choose just the `name` or the value of a possible SerialName annotation.
  • Guest
    May 23, 2024
    Hi Mervyn, appreciate you filing this request. I've created https://jira.mongodb.org/browse/JAVA-5484 to track this feature request. I'd recommend that you follow along there for updates, and if there's anything you'd like to add about your specific use case, please add it in the comments of that ticket. Thank you.