cgspace-java-helpers/src/main/java
Alan Orth f62b50f5a1
Use the @SerializedName annotation for ISO 3166-1
Our Java class needs to match the input JSON structure exactly, but
we can't use "3166-1" as a variable name so we tell GSON to use the
name "3166-1" when deserializing to countries.
2020-07-31 21:52:48 +03:00
..
org/cgiar/cgspace/ctasks Use the @SerializedName annotation for ISO 3166-1 2020-07-31 21:52:48 +03:00