We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e46cb commit 032bb62Copy full SHA for 032bb62
src/main/java/io/asfjava/ui/dto/UiForm.java
@@ -7,8 +7,8 @@
7
8
public class UiForm implements Serializable {
9
10
- private JsonSchema schema;
11
- private ArrayNode form;
+ private transient JsonSchema schema;
+ private transient ArrayNode form;
12
13
public UiForm(JsonSchema schema, ArrayNode form) {
14
setSchema(schema);
0 commit comments