Fix missing convertor for jackson in retrofit (#17418)

* Add missing Jackson converter for Retrofit

This commit adds the missing configuration for a ApiClient so all Jackson serializations will start to work correctly.

* Add sample project code for Retrofit Jackson
This commit is contained in:
Yonatan Karp-Rudin
2023-12-19 03:29:50 +01:00
committed by GitHub
parent efe2f8703d
commit 5435b44e40
42 changed files with 2723 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ jobs:
- samples/client/petstore/kotlin-okhttp3
- samples/client/petstore/kotlin-retrofit2
- samples/client/petstore/kotlin-retrofit2-kotlinx_serialization
- samples/client/petstore/kotlin-retrofit2-jackson
- samples/client/petstore/kotlin-retrofit2-rx3
- samples/client/petstore/kotlin-string
- samples/client/petstore/kotlin-threetenbp