You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-features.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,9 @@ then add code generation to maven build:
224
224
</plugin>
225
225
```
226
226
227
-
the generated code will be written out to `src/main/java` folder of your project. The final step is to switch mode
227
+
the generated java source code will be written out to `src/main/java` folder of your project. The output dir is specified by setting the workingDirectory to the `project.build.sourceDirectory`. The output dir can also be specified as the second argument to StaticCodeGenerator.
228
+
229
+
The final step is to switch mode
228
230
229
231
```java
230
232
JsonIterator.setMode(DecodingMode.STATIC_MODE); // set mode before using
0 commit comments