gson-comments/gson/src/main/java/com/google/gson
Marcono1234 4f948dd482
Automatically replace version references on `release:prepare` (#2212)
* Automatically replace version references on `release:prepare`

* Specify encoding and improve placeholder replacements

* Add `since $next-version$` for `JsonArray.asList` and `JsonObject.asMap`
2022-10-24 17:26:43 -07:00
..
annotations Clarify in documentation that Gson might cache strategy results (#2215) 2022-10-04 09:01:55 -07:00
internal Small tweaks to fix Error Prone warnings. (#2227) 2022-10-24 10:28:25 -07:00
reflect Add Gson.fromJson(..., TypeToken) overloads (#1700) 2022-09-19 06:47:11 -07:00
stream Improve `JsonReader.skipValue()` (#2062) 2022-10-10 07:51:36 -07:00
ExclusionStrategy.java Improve documentation (#2193) 2022-09-09 07:32:55 -07:00
FieldAttributes.java Replace `$Gson$Preconditions.checkNotNull` with `Objects.requireNonNull` (#2180) 2022-08-22 07:22:32 -07:00
FieldNamingPolicy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
FieldNamingStrategy.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
Gson.java Automatically replace version references on `release:prepare` (#2212) 2022-10-24 17:26:43 -07:00
GsonBuilder.java Clarify in documentation that Gson might cache strategy results (#2215) 2022-10-04 09:01:55 -07:00
InstanceCreator.java Made author tags consistent across the public api. 2009-04-01 17:03:31 +00:00
JsonArray.java Automatically replace version references on `release:prepare` (#2212) 2022-10-24 17:26:43 -07:00
JsonDeserializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonDeserializer.java updated JsonDeserializer example (#2192) 2022-09-12 10:14:05 -07:00
JsonElement.java Make JsonElement conversion methods more consistent and fix javadoc (#2178) 2022-08-21 13:29:40 -07:00
JsonIOException.java Remove dead code and fold contents of single-member helper classes into their clients. 2011-11-20 21:02:26 +00:00
JsonNull.java Improve documentation (#2193) 2022-09-09 07:32:55 -07:00
JsonObject.java Automatically replace version references on `release:prepare` (#2212) 2022-10-24 17:26:43 -07:00
JsonParseException.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
JsonParser.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
JsonPrimitive.java Improve documentation (#2193) 2022-09-09 07:32:55 -07:00
JsonSerializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonSerializer.java updated JsonDeserializer example (#2192) 2022-09-12 10:14:05 -07:00
JsonStreamParser.java Add CodeQL GitHub code scanning workflow (#2076) 2022-02-17 18:40:40 -08:00
JsonSyntaxException.java Fix JavaDoc on JsonSyntaxException 2010-11-05 20:34:27 +00:00
LongSerializationPolicy.java Fix LongSerializationPolicy null handling being inconsistent with Gson (#1990) 2021-10-11 12:34:32 -07:00
ReflectionAccessFilter.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
ToNumberPolicy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
ToNumberStrategy.java Add Javadoc since tags for previously added elements (#2211) 2022-10-01 15:58:26 -07:00
TypeAdapter.java Follow-up for record test build changes (#2207) 2022-09-27 23:02:15 -07:00
TypeAdapterFactory.java Fix incorrect HTML headings in Javadoc (#2200) 2022-09-24 17:02:11 -07:00
package-info.java moved gson as a project under trunk 2008-09-01 03:13:32 +00:00