Skip to content

possible to map number to BigDecimal in Java #140

@stevehu

Description

@stevehu

Here are the rules from swagger-codegen and I think it makes sense.

float (type:number, format: float) => float
double (type: number, format: double) => double
number (type: number, no format) => BigDecimal

Please make sure that the implementation is following the above rules.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions