Skip to content

Commit

Permalink
swagger mgmt, use-object-for-unknown=true
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Oct 21, 2024
1 parent 49fba44 commit 6786cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fluentgen/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ client-flattened-annotation-target: none
null-byte-array-maps-to-empty-array: true
graal-vm-config: true
stream-style-serialization: true
use-object-for-unknown: true
```
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public static class MockFluentGen extends FluentGen {
DEFAULT_SETTINGS.put("generate-samples", true);
DEFAULT_SETTINGS.put("generate-tests", true);
DEFAULT_SETTINGS.put("client-flattened-annotation-target", "NONE");
DEFAULT_SETTINGS.put("use-object-for-unknown", true);
}

private Javagen javagen;
Expand Down

0 comments on commit 6786cc0

Please sign in to comment.