Skip to content

Warn on ignored annotations... #223

Open
@kevmoo

Description

@kevmoo

Depending on JsonSerializable createToJson and createFactory - some annotations may be just ignored.

Might be nice to warn about them

Fields that only apply if generating toJson

  • JsonSerializable
    • includeIfNull
  • JsonKey
    • toJson
    • includeIfNull

Fields that only apply if generating fromJson

  • JsonSerializable
    • disallowUnrecognizedKeys
  • JsonKey
    • fromJson
    • defaultValue
    • disallowNullvalue
    • required

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions