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
An example project can be found in the directory `examples/maven-example`.
51
55
52
56
* Import `Compile-time JSON-parser` in IntelliJ as a maven project
57
+
* Run `mvn clean install` in that project
53
58
* Expand the `examples/maven-example` directory
54
59
* Right-click on the file `pom.xml` in that directory and select `Add as a Maven Project`
55
-
* Enable annotation processing for this project under `Settings`>`Build, Execution, Deployment`>`Compiler`>`Annotation Processors`>`Enable Annotation Processing`
60
+
* Enable annotation processing for this project under `Settings`>`Build, Execution, Deployment`>`Compiler`>`Annotation Processors`>`Maven default annotation processors profile`>`json-parser-maven-example`>Enable Annotation Processing`
56
61
* Run `TestClass` in `examples/maven-example/src/main/java/io/github/danthe1st/json_compile/test/TestClass`
57
62
58
63
### Limitations
59
64
60
65
* Currently, the only supported data types are `int` and `String`.
61
66
* Eclipse may not detect the annotation processor
62
-
* Converting objects to JSON is currently not supported
0 commit comments