When querying a table with a bind parameter the caller must both quote a string argument & escape any single quotes. var name = "Robert'); DROP TABLE Students ...
When an OpenAPI specification defines a enum schema with type: string and this schema is used in a requestBody, the Java generator produces an API interface method where the parameter is typed as java ...