[JAVA-3923] Add PojoCodec support for Kotlin data classes Created: 08/Jan/21 Updated: 10/Jul/23 Resolved: 10/Jul/23 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Kotlin, POJO |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Ross Lawley | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||
| Documentation Changes Summary: | 1. What would you like to communicate to the user about this feature? |
||||||||||||||||
| Description |
|
Add support and tests of the PojoCodec using Kotlin data classes. Currently the following fails:
As the POJO mapper is trying to map a synthetic property based on the generated method void getName$annotations(). |
| Comments |
| Comment by Ashni Mehta [ 10/Jul/23 ] |
|
Kotlin server-side driver added data class support. This ticket is no longer needed. |