For the generated Spring Server, one of the available options is useOptional, which is described as "Use Optional container for optional parameters." I'm assuming this refers to java.util.Optional. The trouble is that I'm leaving it unchecked, and it's still generating code using Optional. Am I misunderstanding something? How can I get generated code that doesn't use Optional?
-- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
