-
Notifications
You must be signed in to change notification settings - Fork 456
Warn on ignored annotations... #223
Copy link
Copy link
Open
Labels
Description
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
Reactions are currently unavailable