We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the examples, I see the tag trait AutoSerializable and the encoder
AutoSerializable
implicit def jsonWritable[A <: AutoSerializable]: EntityEncoder[A]
which uses jackson's write to produce JSON, but that isn't part of the process for generating the Swagger model, is it?
write