modifyReadOnlyProperties

Type: Boolean

The modifyReadOnlyProperties property of the JadeJson class specifies whether read‑only properties are populated with their values from the JSON text. By default, the JadeJson class parse method does not modify read‑only and protected properties of the object type of the data class that is being created; that is, the value of the modifyReadOnlyProperties property is false, by default.

The readOnly property is honored in JadeRestDataModelProxy classes generated using the OpenAPI External Component Browser.

To modify existing generated source code in your OpenAPI proxies, re-generate the OpenAPI proxy classes when the modifyReadOnlyProperties property is set to true.

2022.0.03 and higher