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

Add PojoCodec support for Kotlin data classes

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • None
    • 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?

    Description

      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().

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: