forked from loafle/openapi-generator-original
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:
committed by
GitHub
parent
efe2f8703d
commit
5435b44e40
1
.github/workflows/samples-kotlin-client.yaml
vendored
1
.github/workflows/samples-kotlin-client.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user