mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 16:46:09 +00:00
[Java] fix deserialization of readonly properties (#10113)
* [Java] fix deserialization of readonly properties * [Java] fix deserialization of readonly properties * [Java] fix deserialization of readonly properties * [Java] fix deserialization of readonly properties
This commit is contained in:
@@ -58,6 +58,8 @@ public class ByteArrayObject {
|
||||
public static final String JSON_PROPERTY_INT_FIELD = "intField";
|
||||
private BigDecimal intField;
|
||||
|
||||
public ByteArrayObject() {
|
||||
}
|
||||
|
||||
public ByteArrayObject nullableArray(byte[] nullableArray) {
|
||||
this.nullableArray = JsonNullable.<byte[]>of(nullableArray);
|
||||
|
||||
Reference in New Issue
Block a user