agrochmal
Results
1
comments of
agrochmal
the same occurs with java-spring generator with jackson-databind-nullable. When deserializing explicit null, the following code is executed `JsonNullable.of(null)` which incorrectly assigns `isPresent `property: ``` this.value = null; this.isPresent = true;...