Have been shipping swagger-ui and jax-rs generated...
# server
j
Have been shipping swagger-ui and jax-rs generated openapi docs for a while, and recently noticed that by default Inline/value class properties get name mangled. Attempted to fix that by passing a KotlinModule aware jackson mapper/modelresolver to swagger-core, and found that it got angry about some of the sealed classes/JsonValue that come from graphql-kotlin. Implemented a SchemaConverter to help with that, but curious if anyone's already doing something like that more systematically, since I'm sure I'm missing at least some use cases?