You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow FieldParsers to be self-describing, so they can give hints as to the format in which they expect input.
Field-level annotations to add a wordier description.
I'd say (1) is highest priority, as it creates benefit for the general case; whereas (2) increases the complexity of the API and only helps in specific cases. Both should probably be possible though.
The text was updated successfully, but these errors were encountered:
I see two main areas to improve
FieldParser
s to be self-describing, so they can give hints as to the format in which they expect input.I'd say (1) is highest priority, as it creates benefit for the general case; whereas (2) increases the complexity of the API and only helps in specific cases. Both should probably be possible though.
The text was updated successfully, but these errors were encountered: