Skip to content

Parsing of Model "example" is not consistent with parsing of Property "example" #448

@boillodmanuel

Description

@boillodmanuel

Affects v1.0.27

Currently :

  • Parsing of Model "example" rely on manual code (see here)
  • Parsing of Model "example" rely jackson deserialization (see here)

Depending of the type, the parsing of example

  • is fine
  • is converted to String whereas for property we kept the good type (boolean, array, ...)
  • is converted to String with a bug "abc" value become ""abc"" with extra double quote (for string)

PR that fix that issue is coming...

Metadata

Metadata

Assignees

No one assigned

    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