Skip to content

[BUG] Kotlin generator: CustomTypeAdapterFactory not registered with generateOneOfAnyOfWrappers #20216

@Djaler

Description

@Djaler

Bug Report Checklist

  • Have you provided a full/minimal spec to reproduce the issue?
  • Have you validated the input using an OpenAPI validator (example)?
  • Have you tested with the latest master to confirm the issue still exists?
  • Have you searched for related issues/PRs?
  • What's the actual output vs expected output?
  • [Optional] Sponsorship to speed up the bug fix or feature request (example)
Description

When generateOneOfAnyOfWrappers option used in kotlin generator and gson serialization library, model classes contains CustomTypeAdapterFactory, which should be used to correctly serialize/deserialize oneOf/anyOf parameters. But this factories are not used out of the box.

openapi-generator version

7.10.0

Suggest a fix

We should just generate this factories registration in Serializer.kt, like in jvm-retrofit2 ApiClient

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions