Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
There was an error while loading. Please reload this page.
@JsonProperty(...., access = JsonProperty.Access.READ_ONLY)I have a case where a model class is deserialized, processed, and then (unmodified) serialized again before it is delivered to the client. This breaks when a property is defined as
readOnlyin the openapi description.readOnly