jar

com.ryanharter.auto.value : auto-value-gson-runtime

Maven & Gradle

Dec 02, 2020
9 usages
599 stars

AutoValue: Gson Extension (Runtime) · AutoValue extension that creates a Gson TypeAdapter for JSON serialization of AutoValue classes.

Table Of Contents

Latest Version

Download com.ryanharter.auto.value : auto-value-gson-runtime JAR file - Latest Versions:

All Versions

Download com.ryanharter.auto.value : auto-value-gson-runtime JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window auto-value-gson-runtime-1.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ryanharter.auto.value.gson.internal

├─ com.ryanharter.auto.value.gson.internal.Util.class - [JAR]

├─ com.ryanharter.auto.value.gson.internal.WildcardUtil.class - [JAR]

com.ryanharter.auto.value.gson

├─ com.ryanharter.auto.value.gson.AutoValueGsonBuilder.class - [JAR]

├─ com.ryanharter.auto.value.gson.GenerateTypeAdapter.class - [JAR]

├─ com.ryanharter.auto.value.gson.GsonTypeAdapterFactory.class - [JAR]

Advertisement