We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A user should be able to choose the DEFAULT mapping strategy.
Configuration:
Primitives automatically cast into their default value and reference values default to null.
When the default mapping strategy is implemented, the following rules should apply:
Unhappy Path
The text was updated successfully, but these errors were encountered:
Merge pull request #14 from N1cky94/feature/issue-#13-Default-Mapping…
64131c3
…-Strategy Feature/issue #13 default mapping strategy
Successfully merging a pull request may close this issue.
Develop: Default Mapping Strategy
Functionality Short description
A user should be able to choose the DEFAULT mapping strategy.
General Info
Configuration:
Behaviour
Current Behaviour
Primitives automatically cast into their default value and reference values default to null.
Requested behaviour
When the default mapping strategy is implemented, the following rules should apply:
Unhappy Path
Acceptance Criteria
The text was updated successfully, but these errors were encountered: