gson
Here are 735 public repositories matching this topic...
I can't find the documentation in this repo.
In this page https://immutables.github.io/apt.html#intellij-idea, after the configuration description, a note should be added stating that the generated folders ("generated-sources/annotations" and "generated-test-sources/test-annotations") should then be marked as "Generated Sources Root".
-
Updated
May 9, 2020 - Kotlin
-
Updated
Apr 1, 2020 - Java
-
Updated
Jul 6, 2018 - Kotlin
-
Updated
May 29, 2019 - Java
-
Updated
Jun 1, 2018 - Java
-
Updated
Jan 30, 2019 - Java
-
Updated
May 28, 2020 - Java
depends on:
- Refactoring comments
- Refactoring post item into single item view
implements:
- combines list and commend feeds
- ensures limited functionality only (different actions or different set of actions)
-
Updated
May 13, 2019 - Groovy
-
Updated
Jun 9, 2017 - Java
-
Updated
Nov 20, 2019 - Java
-
Updated
May 17, 2020 - Java
-
Updated
Mar 26, 2020 - Kotlin
-
Updated
Apr 2, 2020 - Java
-
Updated
Sep 2, 2017 - Java
-
Updated
Jun 29, 2018 - Java
-
Updated
Apr 16, 2018 - Java
Document JTS usage
I am following the minimal doc in README:
Gson gson = new GsonBuilder()
.registerTypeAdapterFactory(new JtsAdapterFactory(
new GeometryFactory(new PrecisionModel(100), 4326)))
.registerTypeAdapterFactory(new GeometryAdapterFactory())
.create();
But I am not able to generate JTS geometries:
STRtree tree = new STRtree();
FeatureCollection
-
Updated
Apr 17, 2020 - Kotlin
-
Updated
Aug 11, 2017 - Java
-
Updated
Jan 27, 2020 - Kotlin
Improve this page
Add a description, image, and links to the gson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gson topic, visit your repo's landing page and select "manage topics."


The tool generates code that causes PMD UnnecessaryModifier warnings for generated enums .
(https://pmd.github.io/latest/pmd_rules_java_codestyle.html#unnecessarymodifier)
It might make sense to change the autogenerated code not to have
but