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
This issue is similar to #1147 .
@JsonProperty is missing on:
@JsonProperty
AbstractHalFormsOptions#getPromptField
AbstractHalFormsOptions#getValueField
AbstractHalFormsOptions#getMinItems
AbstractHalFormsOptions#getMaxItems
When Jackson auto-detection is off, those fields are not serialized.
The text was updated successfully, but these errors were encountered:
GH-2257 - Explicitly declare properties in HalFormsOptions.
29aea81
GH-2257 - Polishing.
b19f7de
Method order in tests. @SafeVarargs instead of warnings suppression in HalFormsOptions.
odrotbohm
Successfully merging a pull request may close this issue.
This issue is similar to #1147 .
@JsonProperty
is missing on:AbstractHalFormsOptions#getPromptField
AbstractHalFormsOptions#getValueField
AbstractHalFormsOptions#getMinItems
AbstractHalFormsOptions#getMaxItems
When Jackson auto-detection is off, those fields are not serialized.
The text was updated successfully, but these errors were encountered: