Support deserialization of records with generic parameters

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.8.0
    • Affects Version/s: None
    • Component/s: POJO
    • None
    • None
    • Needed
    • None
    • None
    • None
    • None
    • None
    • None

      Add ParameterizedRecordCodec so that top level records can contain nested generic records eg:

      public record TestRecordWithListGenericConcrete(
         @BsonId ObjectId id, 
         TestRecordWithListGeneric<TestRecordEmbedded> nestedRecords) {
      }
      
      public record TestRecordWithListGeneric<T>(
          List<T> nestedRecords) {
      }
      

            Assignee:
            Jeffrey Yemin
            Reporter:
            Jeffrey Yemin
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: