wultra / powerauth-push-server

PowerAuth Push Server repository
Apache License 2.0
24 stars 12 forks source link

Handle explicit null JSON value in final fields #773

Closed banterCZ closed 5 months ago

banterCZ commented 5 months ago

Use @JsonSetter(nulls = Nulls.SKIP) for final fields in request objects.

banterCZ commented 5 months ago

It is fine, CreateDeviceForActivationsRequest#activationIds is final but validated by @NotEmpty.