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
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 readOnly in the openapi description.
@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