jskov / openapi-jaxrs-client

An OpenAPI JAX-RS client code generator
Apache License 2.0
1 stars 4 forks source link

Add option to allow handling integer (wo format) as int32 #496

Closed jskov-jyskebank-dk closed 8 months ago

jskov-jyskebank-dk commented 9 months ago

Check what is now default behavior in swagger. Used to be int16 if format was missing.

If default is now int32, let mada generator use that as default as well - and add option to select int16/short.

(Lynge, krediterhverv.bpm.proces)

jskov-jyskebank-dk commented 9 months ago

Should allow selection of short, int and long.

"Note that integer as a type is also supported and is defined as a JSON number without a fraction or exponent part" Arguably that could be any integer type (including byte), with or without sign.