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
In order to continue the recent improvements we have done in Spring's Jackson integration, we would like to add support for @JsonView deserialization on request bodies as described in this issue.
The issue we have is that @JsonView only targets ElementType.METHOD and ElementType.FIELD. Would you consider adding ElementType.PARAMETER in order to allow us to support this kind of use case?
In order to continue the recent improvements we have done in Spring's Jackson integration, we would like to add support for
@JsonView
deserialization on request bodies as described in this issue.The issue we have is that
@JsonView
only targetsElementType.METHOD
andElementType.FIELD
. Would you consider addingElementType.PARAMETER
in order to allow us to support this kind of use case?The text was updated successfully, but these errors were encountered: