Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-3923

Add PojoCodec support for Kotlin data classes

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Kotlin, POJO
    • None
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      Add support and tests of the PojoCodec using Kotlin data classes.

      Currently the following fails:

      import kotlinx.serialization.Transient
       
      data class Restaurant(
              @Transient
              var name: String? = null,
      )
      

      As the POJO mapper is trying to map a synthetic property based on the generated method void getName$annotations().

            Assignee:
            Unassigned Unassigned
            Reporter:
            ross@mongodb.com Ross Lawley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: