openapi-processor / openapi-processor-core

moved into openapi-processor-base
Apache License 2.0
7 stars 5 forks source link

option to disable jackson `Access`? #89

Open hauner opened 2 years ago

hauner commented 2 years ago

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