public class GsonJDocIO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.gson.JsonDeserializer<net.neoforged.javadoctor.spec.JavadocEntry> |
ENTRY_READER |
static com.google.gson.Gson |
GSON |
static com.google.gson.JsonDeserializer<net.neoforged.javadoctor.spec.ClassJavadoc> |
JAVADOC_READER |
| Constructor and Description |
|---|
GsonJDocIO() |
| Modifier and Type | Method and Description |
|---|---|
static net.neoforged.javadoctor.spec.JavadoctorInformation |
read(com.google.gson.Gson gson,
com.google.gson.JsonObject object) |
static com.google.gson.JsonObject |
write(com.google.gson.Gson gson,
net.neoforged.javadoctor.spec.JavadoctorInformation docs) |
public static final com.google.gson.JsonDeserializer<net.neoforged.javadoctor.spec.ClassJavadoc> JAVADOC_READER
public static final com.google.gson.JsonDeserializer<net.neoforged.javadoctor.spec.JavadocEntry> ENTRY_READER
public static final com.google.gson.Gson GSON