openapi-processor / openapi-processor-core

moved into openapi-processor-base
Apache License 2.0
7 stars 5 forks source link

missing @RequestParam after mapping UUID parameter #53

Closed hauner closed 3 years ago

hauner commented 3 years ago

mapping a request query parameter of type string:uuid to the java UUID class generates an endpoint method without a @RequestParam annotation on the parameter.