Skip to content
New issue

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

[FEATURE] Allow deserializing request class that have required path parameters #1359

Open
Xtansia opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Xtansia
Copy link
Collaborator

Xtansia commented Dec 18, 2024

Is your feature request related to a problem?

Currently it is impossible to deserialize a request class from JSON when it has required path parameters as they will not be set and a missing property exception will be thrown.

What solution would you like?

A mechanism to pass additional context into the deserialization that can carry the path parameter values separately to the JSON blob.

What alternatives have you considered?

Deserializing the path params out of the JSON blob.

@Xtansia Xtansia added enhancement New feature or request untriaged and removed untriaged labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant