We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0addb commit da3fc7fCopy full SHA for da3fc7f
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