backbase-openapi-tools icon indicating copy to clipboard operation
backbase-openapi-tools copied to clipboard

Adding nullable for object type changes generated code to JsonNullable

Open voznenkoD opened this issue 4 years ago • 0 comments

Without nullable object type boat is generating java Object type, which is desired behaviour as in our case field should be any Object(including possibility of primitives like boolean, int, etc.). However nullable added to spec, then JsonNullable is generated in java code as type of field, which breaks on parsing primitives.

voznenkoD avatar May 12 '21 09:05 voznenkoD