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

Support wildcard types in record codec

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: POJO
    • None

      Support codecs for records with wildcard types, e.g.

          record RecordOne(List<?> list) {}
          record RecordTwo(List<? extends List<String>> list) {}
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: