gson-comments/gson/src/main/java/com/google/gson
Marcono1234 e93fda9f17
Fix typos and improve Gson Design Document formatting (#2491)
* Fix typos and grammar issues

Most of them were found by IntelliJ

* Improve formatting and fix typos in Gson Design Document
2023-09-20 15:44:15 -07:00
..
annotations Fix typos and improve Gson Design Document formatting (#2491) 2023-09-20 15:44:15 -07:00
internal Fix typos and improve Gson Design Document formatting (#2491) 2023-09-20 15:44:15 -07:00
reflect Prevent TypeToken from capturing type variables (#2376) 2023-08-14 14:26:05 -07:00
stream Fix typos and improve Gson Design Document formatting (#2491) 2023-09-20 15:44:15 -07:00
ExclusionStrategy.java Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
FieldAttributes.java Fix typos and improve Gson Design Document formatting (#2491) 2023-09-20 15:44:15 -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
FormattingStyle.java Use non-null FormattingStyle; configure space after separator (#2345) 2023-05-30 16:32:22 -07:00
Gson.java Fix typos and improve Gson Design Document formatting (#2491) 2023-09-20 15:44:15 -07:00
GsonBuilder.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
InstanceCreator.java Improve JsonAdapter documentation and tests (#2442) 2023-08-23 07:09:32 -07:00
JsonArray.java Fix typos and improve Gson Design Document formatting (#2491) 2023-09-20 15:44:15 -07:00
JsonDeserializationContext.java Fix error prone warns (#2320) 2023-03-01 14:23:27 -08:00
JsonDeserializer.java Fix error prone warns (#2319) 2023-02-17 09:58:16 -08:00
JsonElement.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -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 Remove already covered condition in JsonNull.equals() (#2271) 2022-12-06 10:43:08 -08:00
JsonObject.java Add @CanIgnoreReturnValue as appropriate to Gson methods. (#2369) 2023-04-10 10:50:25 -07:00
JsonParseException.java Code cleanup (Removed spaces) (#1474) 2019-03-03 11:18:06 -08:00
JsonParser.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07:00
JsonPrimitive.java Fixes #776: Add settings for the kind of newline to use (#2231) 2023-02-12 08:20:02 -08:00
JsonSerializationContext.java Roll back JsonSerializationContext and JsonDeserializationContext to their 1.7.2 API. 2011-10-01 00:58:25 +00:00
JsonSerializer.java Fix non-threadsafe creation of adapter for type with cyclic dependency (#1832) 2022-12-05 09:10:36 -08:00
JsonStreamParser.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -07: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
package-info.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
ReflectionAccessFilter.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
Strictness.java Strict mode for JSON parsing, contributed by @marten-voorberg. (#2437) 2023-07-30 09:20:32 -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 Improve documentation about default JsonReader and JsonWriter behavior (#2341) 2023-08-05 11:29:27 -07:00
TypeAdapterFactory.java Fix incorrect HTML headings in Javadoc (#2200) 2022-09-24 17:02:11 -07:00