Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 032bb62

Browse files
transient or serializable field #57
fix #57 by adding transient to fields
1 parent 31e46cb commit 032bb62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/main/java/io/asfjava/ui/dto/UiForm.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
public class UiForm implements Serializable {
99

10-
private JsonSchema schema;
11-
private ArrayNode form;
10+
private transientJsonSchema schema;
11+
private transientArrayNode form;
1212

1313
public UiForm(JsonSchema schema, ArrayNode form) {
1414
setSchema(schema);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /