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 a37b186 commit 748354dCopy full SHA for 748354d
schema_salad/java_codegen.py
@@ -280,6 +280,9 @@ def begin_class(
280
private LoadingOptions loadingOptions_ = new LoadingOptionsBuilder().build();
281
private java.util.Map<String, Object> extensionFields_ =
282
new java.util.HashMap<String, Object>();
283
+ public java.util.Map<String, Object> getExtensionFields() {{
284
+ return this.extensionFields_;
285
+ }}
286
""".format(
287
package=self.package,
288
cls=cls,
0 commit comments